summaryrefslogtreecommitdiffstats
path: root/nova/auth
diff options
context:
space:
mode:
Diffstat (limited to 'nova/auth')
-rw-r--r--nova/auth/dbdriver.py2
-rw-r--r--nova/auth/manager.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/auth/dbdriver.py b/nova/auth/dbdriver.py
index 1d337fee9..a6ce5a4c4 100644
--- a/nova/auth/dbdriver.py
+++ b/nova/auth/dbdriver.py
@@ -21,8 +21,8 @@ Auth driver using the DB as its backend.
"""
from nova import context
-from nova import exception
from nova import db
+from nova import exception
class DbDriver(object):
diff --git a/nova/auth/manager.py b/nova/auth/manager.py
index 234b527bf..c4e438daf 100644
--- a/nova/auth/manager.py
+++ b/nova/auth/manager.py
@@ -28,6 +28,7 @@ import string # pylint: disable=W0402
import uuid
import zipfile
+from nova.auth import signer
from nova import context
from nova import crypto
from nova import db
@@ -37,7 +38,6 @@ from nova import log as logging
from nova.openstack.common import cfg
from nova.openstack.common import importutils
from nova import utils
-from nova.auth import signer
auth_opts = [