From b05ebb87805de478b8d264b5636cc0d22d0a7946 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 16 May 2013 14:06:59 -0500 Subject: 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 --- bin/keystone-all | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') 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 -- cgit