diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-03 16:19:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-03 16:19:10 +0000 |
commit | 4b90bc5c314fa52ece212451fbfec7ba7eced3b1 (patch) | |
tree | 785a0f9a031b3da490d1ae2351a4bf561be8fa2a /tools/install_venv.py | |
parent | 795d253d4ae5d9fdf4aea8ba03e2b73a24ded2a7 (diff) | |
parent | 6f27af4a0cdbde42b1566ecabaf667c26b089dc3 (diff) | |
download | python-keystoneclient-0.2.5.tar.gz |
Merge "Fix unused imports(flake8 F401, F999)"0.2.5
Diffstat (limited to 'tools/install_venv.py')
-rw-r--r-- | tools/install_venv.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 1ccd818..86d46c1 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -24,7 +24,6 @@ Installation script for python-keystoneclient's development virtualenv """ import os -import subprocess import sys import install_venv_common as install_venv |