[Checkins] SVN: zope.hookable/trunk/ Coverage.

Tres Seaver cvs-admin at zope.org
Mon Jul 9 13:11:20 UTC 2012


Log message for revision 127288:
  Coverage.

Changed:
  _U  zope.hookable/trunk/
  U   zope.hookable/trunk/src/zope/hookable/__init__.py

-=-
Modified: zope.hookable/trunk/src/zope/hookable/__init__.py
===================================================================
--- zope.hookable/trunk/src/zope/hookable/__init__.py	2012-07-09 13:09:01 UTC (rev 127287)
+++ zope.hookable/trunk/src/zope/hookable/__init__.py	2012-07-09 13:11:16 UTC (rev 127288)
@@ -43,5 +43,5 @@
 
 try:
     from ._zope_hookable import hookable
-except ImportError:
+except ImportError: #pragma NO COVER
     pass



More information about the checkins mailing list