[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py - no need to use the Test version if we don't have an 'extra' argument

Yvo Schubbe y.2010 at wcm-solutions.de
Sat Apr 17 05:09:09 EDT 2010


Log message for revision 111014:
  - no need to use the Test version if we don't have an 'extra' argument

Changed:
  U   Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py

-=-
Modified: Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py
===================================================================
--- Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py	2010-04-17 09:04:22 UTC (rev 111013)
+++ Zope/trunk/src/Testing/ZopeTestCase/zopedoctest/functional.py	2010-04-17 09:09:09 UTC (rev 111014)
@@ -122,7 +122,7 @@
     import rfc822
     from cStringIO import StringIO
     from ZPublisher.Response import Response
-    from ZPublisher.Test import publish_module
+    from ZPublisher.Publish import publish_module
 
     # Commit work done by previous python code.
     transaction.commit()



More information about the Zope-Checkins mailing list