[Checkins] SVN: zope.exceptions/trunk/src/zope/exceptions/log.py Coverage.

Tres Seaver cvs-admin at zope.org
Wed May 16 17:01:19 UTC 2012


Log message for revision 125905:
  Coverage.

Changed:
  U   zope.exceptions/trunk/src/zope/exceptions/log.py

-=-
Modified: zope.exceptions/trunk/src/zope/exceptions/log.py
===================================================================
--- zope.exceptions/trunk/src/zope/exceptions/log.py	2012-05-16 16:56:14 UTC (rev 125904)
+++ zope.exceptions/trunk/src/zope/exceptions/log.py	2012-05-16 17:01:16 UTC (rev 125905)
@@ -17,7 +17,7 @@
 import logging
 try:
     from StringIO import StringIO
-except ImportError:
+except ImportError: #pragma NO COVER Python3
     from io import StringIO
 
 from zope.exceptions.exceptionformatter import print_exception



More information about the checkins mailing list