cubicweb/server/test/unittest_rql2sql.py
changeset 11768 b8b71dd09a2c
parent 11767 432f87a63057
child 11769 f5b815f67ce2
--- a/cubicweb/server/test/unittest_rql2sql.py	Fri Sep 30 18:25:08 2016 +0200
+++ b/cubicweb/server/test/unittest_rql2sql.py	Thu Oct 06 21:14:49 2016 +0200
@@ -26,7 +26,7 @@
 from rql import BadRQLQuery
 from rql.utils import register_function, FunctionDescr
 
-from cubicweb.devtools import TestServerConfiguration
+from cubicweb import devtools
 from cubicweb.devtools.repotest import RQLGeneratorTC
 from cubicweb.server.sources.rql2sql import remove_unused_solutions
 
@@ -61,7 +61,7 @@
 
 def setUpModule():
     global config, schema
-    config = TestServerConfiguration('data', __file__)
+    config = devtools.TestServerConfiguration('data', __file__)
     config.bootstrap_cubes()
     schema = config.load_schema()
     schema['in_state'].inlined = True