summaryrefslogtreecommitdiffstats
path: root/tests/test_backend_pam.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_backend_pam.py')
-rw-r--r--tests/test_backend_pam.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_backend_pam.py b/tests/test_backend_pam.py
index a8f4e575..3a66f014 100644
--- a/tests/test_backend_pam.py
+++ b/tests/test_backend_pam.py
@@ -16,9 +16,10 @@
import uuid
+from keystone import test
+
from keystone import config
from keystone.identity.backends import pam as identity_pam
-from keystone import test
CONF = config.CONF