[Checkins] SVN: PluggableAuthService/trunk/plugins/tests/test_exportimport.py Reverted r73609 so we don't create a dependency on CMF.

Stefan H. Holek stefan at epy.co.at
Sun Mar 25 12:34:12 EDT 2007


Log message for revision 73615:
  Reverted r73609 so we don't create a dependency on CMF.
  

Changed:
  U   PluggableAuthService/trunk/plugins/tests/test_exportimport.py

-=-
Modified: PluggableAuthService/trunk/plugins/tests/test_exportimport.py
===================================================================
--- PluggableAuthService/trunk/plugins/tests/test_exportimport.py	2007-03-25 16:25:50 UTC (rev 73614)
+++ PluggableAuthService/trunk/plugins/tests/test_exportimport.py	2007-03-25 16:34:12 UTC (rev 73615)
@@ -34,11 +34,7 @@
     from Products.GenericSetup.tests.conformance \
             import ConformsToIFilesystemImporter
 
-    try:
-        from Products.GenericSetup.tests.common import SecurityRequestTest
-    except ImportError:
-        from Products.CMFCore.tests.base.testcase import SecurityRequestTest
-
+    from Products.GenericSetup.tests.common import SecurityRequestTest
     from Products.GenericSetup.tests.common import DOMComparator
     from Products.GenericSetup.tests.common import DummyExportContext
     from Products.GenericSetup.tests.common import DummyImportContext



More information about the Checkins mailing list