Update of /cvs-repository/Products/CMFCalendar/tests
In directory cvs.zope.org:/tmp/cvs-serv4941/CMFCalendar/tests

Modified Files:
      Tag: CMF-1_5-branch
        test_Event.py test_all.py 
Log Message:
 - Remove bare except in BBB imports.


=== Products/CMFCalendar/tests/test_Event.py 1.12.2.2 => 1.12.2.3 ===
--- Products/CMFCalendar/tests/test_Event.py:1.12.2.2   Fri Jul  8 08:28:29 2005
+++ Products/CMFCalendar/tests/test_Event.py    Fri Jul  8 09:24:31 2005
@@ -19,7 +19,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()
 


=== Products/CMFCalendar/tests/test_all.py 1.9.2.1 => 1.9.2.2 ===
--- Products/CMFCalendar/tests/test_all.py:1.9.2.1      Fri Jul  8 08:28:29 2005
+++ Products/CMFCalendar/tests/test_all.py      Fri Jul  8 09:24:31 2005
@@ -19,7 +19,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

Reply via email to