[Checkins] SVN:	zope.deprecation/trunk/src/zope/deprecation/tests.py import	doctest from std lib
    Jan-Jaap Driessen 
    jdriessen at thehealthagency.com
       
    Thu Oct 14 12:15:20 EDT 2010
    
    
  
Log message for revision 117559:
  import doctest from std lib
Changed:
  U   zope.deprecation/trunk/src/zope/deprecation/tests.py
-=-
Modified: zope.deprecation/trunk/src/zope/deprecation/tests.py
===================================================================
--- zope.deprecation/trunk/src/zope/deprecation/tests.py	2010-10-14 16:15:00 UTC (rev 117558)
+++ zope.deprecation/trunk/src/zope/deprecation/tests.py	2010-10-14 16:15:20 UTC (rev 117559)
@@ -14,7 +14,7 @@
 """Tests for zope.deprecation
 """
 
-from zope.testing import doctest
+import doctest
 from zope.testing import renormalizing
 import os
 import re
    
    
More information about the checkins
mailing list