cubicweb/test/unittest_spa2rql.py
changeset 11768 b8b71dd09a2c
parent 11767 432f87a63057
child 11769 f5b815f67ce2
--- a/cubicweb/test/unittest_spa2rql.py	Fri Sep 30 18:25:08 2016 +0200
+++ b/cubicweb/test/unittest_spa2rql.py	Thu Oct 06 21:14:49 2016 +0200
@@ -17,8 +17,7 @@
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 import unittest
 
-from logilab.common.testlib import TestCase, unittest_main
-from cubicweb.devtools import TestServerConfiguration
+from cubicweb import devtools
 from cubicweb.xy import xy
 
 SKIPCAUSE = None
@@ -40,7 +39,7 @@
 
     @classmethod
     def setUpClass(cls):
-        config = TestServerConfiguration('data', __file__)
+        config = devtools.TestServerConfiguration('data', __file__)
         config.bootstrap_cubes()
         cls.schema = config.load_schema()