[CMF-checkins] CVS: CMF/CMFCollector/tests - test_all.py:1.5
Tres Seaver
tseaver at palladion.com
Wed Jun 15 10:18:08 EDT 2005
Update of /cvs-repository/CMF/CMFCollector/tests
In directory cvs.zope.org:/tmp/cvs-serv19326/CMFCollector/tests
Modified Files:
test_all.py
Log Message:
- Merge tseaver-z28_only-branch, removing BBB for Zope 2.7 support.
=== CMF/CMFCollector/tests/test_all.py 1.4 => 1.5 ===
--- CMF/CMFCollector/tests/test_all.py:1.4 Wed Sep 8 12:38:12 2004
+++ CMF/CMFCollector/tests/test_all.py Wed Jun 15 10:17:37 2005
@@ -17,8 +17,8 @@
from unittest import main
import Testing
-import Zope
-Zope.startup()
+import Zope2
+Zope2.startup()
from Products.CMFCore.tests.base.utils import build_test_suite
More information about the CMF-checkins
mailing list