cubicweb/skeleton/test/test_CUBENAME.py.tmpl
changeset 11070 1d115904f1ef
parent 11057 0b59724cb3f2
--- a/cubicweb/skeleton/test/test_CUBENAME.py.tmpl	Thu Jan 14 16:24:01 2016 +0100
+++ b/cubicweb/skeleton/test/test_CUBENAME.py.tmpl	Thu Jan 14 18:39:27 2016 +0100
@@ -34,5 +34,5 @@
 
 
 if __name__ == '__main__':
-    from logilab.common.testlib import unittest_main
-    unittest_main()
+    from unittest import main
+    main()