summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-06-01 10:37:54 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-06-01 10:37:54 -0400
commit8b716bc23ac4e5e5398db9557757621fccb08204 (patch)
tree577a9b69a87ca788c89fb5c21f6e1c1e5edfc9c9 /tools
parent81857037710d2bab23d151184912c194edf9018d (diff)
fix pep8 issues
Diffstat (limited to 'tools')
-rw-r--r--tools/install_venv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index 812b1dd0f..f4b6583ed 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -36,7 +36,7 @@ PY_VERSION = "python%s.%s" % (sys.version_info[0], sys.version_info[1])
def die(message, *args):
- print >>sys.stderr, message % args
+ print >> sys.stderr, message % args
sys.exit(1)