summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wolf <throughnothing@gmail.com>2011-05-02 16:58:06 -0400
committerWilliam Wolf <throughnothing@gmail.com>2011-05-02 16:58:06 -0400
commitf99c5f60d202e84f5defb63e771f60d20cf43df9 (patch)
tree8872c827e2cd5ac3f1b81acb39191d5a9e7b6115
parent221a756550a61ee73a05b5b7d88d9c12ef97675b (diff)
downloadnova-f99c5f60d202e84f5defb63e771f60d20cf43df9.tar.gz
nova-f99c5f60d202e84f5defb63e771f60d20cf43df9.tar.xz
nova-f99c5f60d202e84f5defb63e771f60d20cf43df9.zip
got rid of extra whitespace
-rw-r--r--tools/install_venv.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py
index db9b45cfd..03d93ac7d 100644
--- a/tools/install_venv.py
+++ b/tools/install_venv.py
@@ -33,7 +33,6 @@ PIP_REQUIRES = os.path.join(ROOT, 'tools', 'pip-requires')
TWISTED_NOVA='http://nova.openstack.org/Twisted-10.0.0Nova.tar.gz'
PY_VERSION = "python" + str(sys.version_info[0]) + '.' + str(sys.version_info[1])
-
def die(message, *args):
print >>sys.stderr, message % args
sys.exit(1)
@@ -42,8 +41,6 @@ def check_python_version():
if sys.version_info < (2,6):
die("Need Python Version >= 2.6")
-
-
def run_command(cmd, redirect_output=True, check_exit_code=True):
"""
Runs a command in an out-of-process shell, returning the