cubicweb/web/test/unittest_views_forms.py
changeset 11869 d8b66e3fd335
parent 11057 0b59724cb3f2
child 11870 3a84a79c4ed5
--- a/cubicweb/web/test/unittest_views_forms.py	Thu Nov 24 16:32:14 2016 +0100
+++ b/cubicweb/web/test/unittest_views_forms.py	Thu Nov 24 16:58:27 2016 +0100
@@ -70,5 +70,5 @@
 
 
 if __name__ == '__main__':
-    from logilab.common.testlib import unittest_main
-    unittest_main()
+    import unittest
+    unittest.main()