summaryrefslogtreecommitdiffstats
path: root/tests/test_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r--tests/test_auth.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py
index e7c9704a..465a0896 100644
--- a/tests/test_auth.py
+++ b/tests/test_auth.py
@@ -16,11 +16,12 @@ import copy
import datetime
import uuid
+from keystone import test
+
from keystone import auth
from keystone import config
from keystone import exception
from keystone.openstack.common import timeutils
-from keystone import test
from keystone import token
from keystone import trust