SVN: zope.testing/trunk/src/zope/testing/doctest/__init__.py fixed broken

Godefroid Chapelle <[email protected]> Mon, 15 Mar 2010 05:32:49 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <[email protected]>
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',