[Zope3-checkins] CVS: Zope3/src/zope/app/container - configure.zcml:1.23 size.py:1.5

Philipp von Weitershausen philikon at philikon.de
Wed Mar 3 06:04:31 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv13819/container

Modified Files:
	configure.zcml size.py 
Log Message:
Made zope.app.size a package containing interfaces and tests besides the
implementation.


=== Zope3/src/zope/app/container/configure.zcml 1.22 => 1.23 ===
--- Zope3/src/zope/app/container/configure.zcml:1.22	Wed Mar  3 05:38:39 2004
+++ Zope3/src/zope/app/container/configure.zcml	Wed Mar  3 06:03:57 2004
@@ -34,7 +34,7 @@
 
   <adapter
       factory="zope.app.container.size.ContainerSized"
-      provides="zope.app.interfaces.size.ISized"
+      provides="zope.app.size.interfaces.ISized"
       for="zope.app.container.interfaces.IReadContainer"
       />
 


=== Zope3/src/zope/app/container/size.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/container/size.py:1.4	Wed Aug  6 10:45:04 2003
+++ Zope3/src/zope/app/container/size.py	Wed Mar  3 06:03:57 2004
@@ -17,7 +17,7 @@
 $Id$
 """
 from zope.app.i18n import ZopeMessageIDFactory as _
-from zope.app.interfaces.size import ISized
+from zope.app.size.interfaces import ISized
 from zope.interface import implements
 
 __metaclass__ = type




More information about the Zope3-Checkins mailing list