[CMF-checkins]
SVN: CMF/trunk/CMFCore/tests/test_FSPropertiesObject.py
Ah well, no more backward compatibility tricks on the trunk.
Stefan H. Holek
stefan at epy.co.at
Thu Jul 21 10:59:00 EDT 2005
Log message for revision 37366:
Ah well, no more backward compatibility tricks on the trunk.
Changed:
U CMF/trunk/CMFCore/tests/test_FSPropertiesObject.py
-=-
Modified: CMF/trunk/CMFCore/tests/test_FSPropertiesObject.py
===================================================================
--- CMF/trunk/CMFCore/tests/test_FSPropertiesObject.py 2005-07-21 14:54:59 UTC (rev 37365)
+++ CMF/trunk/CMFCore/tests/test_FSPropertiesObject.py 2005-07-21 14:58:58 UTC (rev 37366)
@@ -1,9 +1,6 @@
from unittest import TestSuite, makeSuite, main
import Testing
-try:
- import Zope2
-except ImportError: # BBB: for Zope 2.7
- import Zope as Zope2
+import Zope2
Zope2.startup()
from os.path import join
More information about the CMF-checkins
mailing list