[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctest/__init__.py fixed broken

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 15 05:32:49 EDT 2010


Log message for revision 109970:
  fixed broken 
  from zope.testing.doctest import *
  
  

Changed:
  U   zope.testing/trunk/src/zope/testing/doctest/__init__.py

-=-
Modified: zope.testing/trunk/src/zope/testing/doctest/__init__.py
===================================================================
--- zope.testing/trunk/src/zope/testing/doctest/__init__.py	2010-03-15 08:54:29 UTC (rev 109969)
+++ zope.testing/trunk/src/zope/testing/doctest/__init__.py	2010-03-15 09:32:48 UTC (rev 109970)
@@ -85,7 +85,7 @@
     # 8. Unittest Support
     'DocTestSuite',
     'DocFileSuite',
-    'setdoctest._unittest_reportflags',
+    'set_unittest_reportflags',
     # 9. Debugging Support
     'script_from_examples',
     'testsource',



More information about the Zope3-Checkins mailing list