[Checkins] SVN: zope.site/trunk/src/zope/site/site.txt Fix another test failure when running compatibility tests.

Martijn Faassen faassen at infrae.com
Fri Jan 30 10:19:28 EST 2009


Log message for revision 95573:
  Fix another test failure when running compatibility tests.
  

Changed:
  U   zope.site/trunk/src/zope/site/site.txt

-=-
Modified: zope.site/trunk/src/zope/site/site.txt
===================================================================
--- zope.site/trunk/src/zope/site/site.txt	2009-01-30 15:05:37 UTC (rev 95572)
+++ zope.site/trunk/src/zope/site/site.txt	2009-01-30 15:19:27 UTC (rev 95573)
@@ -280,7 +280,7 @@
 Before we can move or copy sites, we need to register two event subscribers
 that manage the wiring of site managers after moving or copying:
 
-  >>> from zope.app import container
+  >>> from zope import container
   >>> gsm.registerHandler(
   ...    site.changeSiteConfigurationAfterMove,
   ...    (ISite, container.interfaces.IObjectMovedEvent),



More information about the Checkins mailing list