Log message for revision 68342:
  Fixing viewlet test, zope.app.size was moved to zope.size.

Changed:
  U   Products.Five/trunk/viewlet/README.txt

-=-
Modified: Products.Five/trunk/viewlet/README.txt
===================================================================
--- Products.Five/trunk/viewlet/README.txt      2006-05-29 11:43:19 UTC (rev 
68341)
+++ Products.Five/trunk/viewlet/README.txt      2006-05-29 12:18:45 UTC (rev 
68342)
@@ -425,7 +425,7 @@
 Since we want to also provide the size of a file, here a simple implementation
 of the ``ISized`` interface:
 
-  >>> from zope.app import size
+  >>> from zope import size
   >>> class FileSized(object):
   ...     zope.interface.implements(size.interfaces.ISized)
   ...     zope.component.adapts(IFile)

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

Reply via email to