[Checkins] SVN: zope.minmax/trunk/src/zope/minmax/tests.py really use the standard python doctest module

Fabio Tranchitella kobold at kobold.it
Thu Dec 24 10:13:17 EST 2009


Log message for revision 107056:
  really use the standard python doctest module

Changed:
  U   zope.minmax/trunk/src/zope/minmax/tests.py

-=-
Modified: zope.minmax/trunk/src/zope/minmax/tests.py
===================================================================
--- zope.minmax/trunk/src/zope/minmax/tests.py	2009-12-24 15:05:28 UTC (rev 107055)
+++ zope.minmax/trunk/src/zope/minmax/tests.py	2009-12-24 15:13:17 UTC (rev 107056)
@@ -3,7 +3,7 @@
 
 def test_suite():
     return unittest.TestSuite((
-        zope.testing.doctest.DocFileSuite('minmax.txt'),
+        doctest.DocFileSuite('minmax.txt'),
         ))
 
 if __name__ == '__main__':



More information about the checkins mailing list