summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-16 14:06:59 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 09:14:05 -0500
commitb05ebb87805de478b8d264b5636cc0d22d0a7946 (patch)
tree676a9cedaefa62b1f3e03755e564ff4dee951675 /bin
parentd6fb11c1b7938a8e72690e05ea6d118df053c98d (diff)
downloadkeystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.gz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.tar.xz
keystone-b05ebb87805de478b8d264b5636cc0d22d0a7946.zip
Satisfy flake8 import rules F401 and F403
- Removed unused imports - Ignore wildcard and unused imports from core modules (and avoid wildcard imports otherwise) to __init__ modules Change-Id: Ie2e5f61ae37481f5d248788cfd83dc92ffddbd91
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index ff3143bd..0ed21790 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -21,7 +21,6 @@ if os.path.exists(os.path.join(possible_topdir,
from paste import deploy
from keystone import config
-from keystone.common import wsgi
from keystone.common import wsgi_server
from keystone.common import utils
from keystone.openstack.common import importutils