[CMF-checkins] SVN: CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py Repair import location.

Tres Seaver tseaver at palladion.com
Fri Nov 18 08:21:34 EST 2005


Log message for revision 40208:
  Repair import location.

Changed:
  U   CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py

-=-
Modified: CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py
===================================================================
--- CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py	2005-11-18 12:50:30 UTC (rev 40207)
+++ CMF/branches/1.6/CMFActionIcons/tests/test_exportimport.py	2005-11-18 13:21:33 UTC (rev 40208)
@@ -18,9 +18,9 @@
 #import Testing
 
 
-from Products.CMFSetup.tests.common import BaseRegistryTests
-from Products.CMFSetup.tests.common import DummyExportContext
-from Products.CMFSetup.tests.common import DummyImportContext
+from Products.GenericSetup.tests.common import BaseRegistryTests
+from Products.GenericSetup.tests.common import DummyExportContext
+from Products.GenericSetup.tests.common import DummyImportContext
 
 
 class _ActionIconsToolSetup(BaseRegistryTests):



More information about the CMF-checkins mailing list