summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-01 15:49:51 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-01 15:49:51 +0200
commit67c80558b1419faa1fd648410e5b9c332a0b367b (patch)
treed01007c59fb3f5c45143e1a91267d0cf80d67cb1 /tools
parentdef5df2760b38b1493548722ddd49082f3773c31 (diff)
downloadpython-novaclient-67c80558b1419faa1fd648410e5b9c332a0b367b.tar.gz
Start using Hacking and PyFlakes
Only blacklisting those warnings that are numerous, so that in principle Hacking and PyFlakes warnings are tested. Fix the easy ones alongway. Change-Id: I571f51ebf570ac114509f2dcd71cdce281e7c70a
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 8dbab463..59d0b30a 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -27,7 +27,6 @@ import optparse
import os
import subprocess
import sys
-import platform
ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))