Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv4941
Modified Files:
Tag: CMF-1_5-branch
all_cmf_tests.py
Log Message:
- Remove bare except in BBB imports.
=== CMF/all_cmf_tests.py 1.13.2.1 => 1.13.2.2 ===
--- CMF/all_cmf_tests.py:1.13.2.1 Fri Jul 8 08:28:28 2005
+++ CMF/all_cmf_tests.py Fri Jul 8 09:24:31 2005
@@ -21,7 +21,7 @@
import Testing
try:
import Zope2
-except: # BBB: for Zope 2.7
+except ImportError: # BBB: for Zope 2.7
import Zope as Zope2
Zope2.startup()
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins