summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2012-01-13 13:54:32 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2012-01-13 13:55:38 -0800
commit20b4d895124cee887568ca8723ce0d3ffdc3a05a (patch)
tree0d8aab029dcbb951a0c0e6dccad4009c4bdd5d2c /nova/auth
parente08eeea94f0bc27d5bff5ae428e36fb32aaef58c (diff)
downloadnova-20b4d895124cee887568ca8723ce0d3ffdc3a05a.tar.gz
nova-20b4d895124cee887568ca8723ce0d3ffdc3a05a.tar.xz
nova-20b4d895124cee887568ca8723ce0d3ffdc3a05a.zip
Remove a whole bunch of unused imports
Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/dbdriver.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/auth/dbdriver.py b/nova/auth/dbdriver.py
index c6d81ee04..a84e11e66 100644
--- a/nova/auth/dbdriver.py
+++ b/nova/auth/dbdriver.py
@@ -20,8 +20,6 @@
Auth driver using the DB as its backend.
"""
-import sys
-
from nova import context
from nova import exception
from nova import db