[Zope3-checkins] CVS: Zope3/src/zope/app/container -
configure.zcml:1.24 traversal.py:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 16:03:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv31403/src/zope/app/container
Modified Files:
configure.zcml traversal.py
Log Message:
Moved traversing interfaces to zope.app.traversing.interfaces.
=== Zope3/src/zope/app/container/configure.zcml 1.23 => 1.24 ===
--- Zope3/src/zope/app/container/configure.zcml:1.23 Wed Mar 3 06:03:57 2004
+++ Zope3/src/zope/app/container/configure.zcml Sat Mar 13 16:03:08 2004
@@ -27,7 +27,7 @@
<adapter
factory="zope.app.container.traversal.ContainerTraversable"
- provides="zope.app.interfaces.traversing.ITraversable"
+ provides="zope.app.traversing.interfaces.ITraversable"
for="zope.app.container.interfaces.IReadContainer"
/>
=== Zope3/src/zope/app/container/traversal.py 1.10 => 1.11 ===
--- Zope3/src/zope/app/container/traversal.py:1.10 Wed Mar 3 05:38:39 2004
+++ Zope3/src/zope/app/container/traversal.py Sat Mar 13 16:03:08 2004
@@ -24,7 +24,7 @@
from zope.app import zapi
from zope.app.container.interfaces import ISimpleReadContainer, IItemContainer
from zope.app.container.interfaces import IReadContainer
-from zope.app.interfaces.traversing import ITraversable
+from zope.app.traversing.interfaces import ITraversable
from zope.app.traversing.namespace import UnexpectedParameters
# Note that the next two classes are included here because they
More information about the Zope3-Checkins
mailing list