[CMF-checkins] SVN: CMF/branches/1.6/CMFCore/tests/test_CMFCatalogAware.py - fixed broken import

Yvo Schubbe y.2006_ at wcm-solutions.de
Tue Jun 13 15:08:29 EDT 2006


Log message for revision 68619:
  - fixed broken import

Changed:
  U   CMF/branches/1.6/CMFCore/tests/test_CMFCatalogAware.py

-=-
Modified: CMF/branches/1.6/CMFCore/tests/test_CMFCatalogAware.py
===================================================================
--- CMF/branches/1.6/CMFCore/tests/test_CMFCatalogAware.py	2006-06-13 19:02:17 UTC (rev 68618)
+++ CMF/branches/1.6/CMFCore/tests/test_CMFCatalogAware.py	2006-06-13 19:08:29 UTC (rev 68619)
@@ -238,4 +238,4 @@
         ))
 
 if __name__ == '__main__':
-    main(defaultTest='test_suite')
+    unittest.main(defaultTest='test_suite')



More information about the CMF-checkins mailing list