summaryrefslogtreecommitdiffstats
path: root/tests/test_import_legacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_import_legacy.py')
-rw-r--r--tests/test_import_legacy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_import_legacy.py b/tests/test_import_legacy.py
index 50bf22f9..bc7f347a 100644
--- a/tests/test_import_legacy.py
+++ b/tests/test_import_legacy.py
@@ -21,13 +21,14 @@ try:
except ImportError:
from pysqlite2 import dbapi2 as dbapi
+from keystone import test
+
from keystone.catalog.backends import templated as catalog_templated
from keystone.common.sql import legacy
from keystone.common.sql import util as sql_util
from keystone import config
from keystone import identity
from keystone.identity.backends import sql as identity_sql
-from keystone import test
CONF = config.CONF