cubicweb/server/test/unittest_ssplanner.py
changeset 11769 f5b815f67ce2
parent 11768 b8b71dd09a2c
child 12237 2dd0dcb2e5f9
--- a/cubicweb/server/test/unittest_ssplanner.py	Thu Oct 06 21:14:49 2016 +0200
+++ b/cubicweb/server/test/unittest_ssplanner.py	Tue Oct 11 10:30:59 2016 +0200
@@ -64,5 +64,5 @@
                      [])])
 
 if __name__ == '__main__':
-    from logilab.common.testlib import unittest_main
-    unittest_main()
+    import unittest
+    unittest.main()