cubicweb/devtools/test/unittest_webtest.py
changeset 11166 81fce01b4cc0
parent 11057 0b59724cb3f2
child 12567 26744ad37953
--- a/cubicweb/devtools/test/unittest_webtest.py	Thu Feb 18 09:23:18 2016 +0100
+++ b/cubicweb/devtools/test/unittest_webtest.py	Thu Feb 18 09:24:43 2016 +0100
@@ -37,5 +37,5 @@
 
 
 if __name__ == '__main__':
-    from logilab.common.testlib import unittest_main
-    unittest_main()
+    import unittest
+    unittest.main()