summaryrefslogtreecommitdiffstats
path: root/keystone/auth
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-04-16 10:47:18 -0700
committerDolph Mathews <dolph.mathews@gmail.com>2013-04-16 11:08:11 -0700
commit335470d0c62262a838316299d691fe4d3173b3a7 (patch)
tree1b585f022b6cbf7779c80bfcae2a8af25844f03a /keystone/auth
parentb4db547d0a681fbf7c8927a8c07c8bb3844582fb (diff)
downloadkeystone-335470d0c62262a838316299d691fe4d3173b3a7.tar.gz
keystone-335470d0c62262a838316299d691fe4d3173b3a7.tar.xz
keystone-335470d0c62262a838316299d691fe4d3173b3a7.zip
Removed unused imports
Change-Id: Ief6534ee25a83027979d92c9ce3a92e0ea28c07c
Diffstat (limited to 'keystone/auth')
-rw-r--r--keystone/auth/plugins/token.py1
-rw-r--r--keystone/auth/routers.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/keystone/auth/plugins/token.py b/keystone/auth/plugins/token.py
index 1b94170d..c84a6da3 100644
--- a/keystone/auth/plugins/token.py
+++ b/keystone/auth/plugins/token.py
@@ -15,7 +15,6 @@
# under the License.
-from keystone.common import dependency
from keystone.common import logging
from keystone import auth
from keystone import exception
diff --git a/keystone/auth/routers.py b/keystone/auth/routers.py
index 29b4fdcf..52466f34 100644
--- a/keystone/auth/routers.py
+++ b/keystone/auth/routers.py
@@ -15,7 +15,6 @@
# under the License.
from keystone.auth import controllers
-from keystone.common import router
def append_v3_routers(mapper, routers):