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()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to