[CMF-checkins] CVS: CMF - all_cmf_tests.py:1.13.2.2

Tres Seaver tseaver at palladion.com
Fri Jul 8 09:25:01 EDT 2005


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()
 



More information about the CMF-checkins mailing list