[CMF-checkins] CVS: CMF/CMFCollector/tests - test_all.py:1.4.4.1
Tres Seaver
tseaver at palladion.com
Tue Jun 14 21:20:56 EDT 2005
Update of /cvs-repository/CMF/CMFCollector/tests
In directory cvs.zope.org:/tmp/cvs-serv9978/CMFCollector/tests
Modified Files:
Tag: tseaver-z28_only-branch
test_all.py
Log Message:
- Zope 2.7 is dead! Long live Zope 2.8!
=== CMF/CMFCollector/tests/test_all.py 1.4 => 1.4.4.1 ===
--- CMF/CMFCollector/tests/test_all.py:1.4 Wed Sep 8 12:38:12 2004
+++ CMF/CMFCollector/tests/test_all.py Tue Jun 14 21:20:26 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