[Zope-Checkins] SVN: Products.Five/trunk/viewlet/README.txt Fixing
	viewlet test, zope.app.size was moved to zope.size.
    Rocky Burt 
    rocky at serverzen.com
       
    Mon May 29 08:18:45 EDT 2006
    
    
  
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)
    
    
More information about the Zope-Checkins
mailing list