summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-28 09:22:03 -0500
committerGerrit Code Review <review@openstack.org>2013-06-03 13:05:12 +0000
commit6f27af4a0cdbde42b1566ecabaf667c26b089dc3 (patch)
treeb5113ad5410764c0a8279d84ad89975192973954 /tools
parentabcf9db6251a2e1349ee199113cc80a136ff2f79 (diff)
downloadpython-keystoneclient-6f27af4a0cdbde42b1566ecabaf667c26b089dc3.tar.gz
Fix unused imports(flake8 F401, F999)
- F401: imported but unused - F999: syntax error in doctest Fixing a couple of the F401's simply required fixing the doctests syntax where the imports were actually in use. Change-Id: If78abbb143daf8d005a71c5ab52836df29c5e0cd
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 6d6d2b3..f2f8806 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