[Zope3-checkins] CVS: Zope3/src/zope/app/container - traversal.py:1.4

Steve Alexander steve@cat-box.net
Sat, 28 Dec 2002 12:49:55 -0500


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

Modified Files:
	traversal.py 
Log Message:
Compressed various independent modules in zope.app.traversing into 
far fewer modules.
Also, changed the place where the textindex lives to one level higher.


=== Zope3/src/zope/app/container/traversal.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/container/traversal.py:1.3	Sat Dec 28 09:13:23 2002
+++ Zope3/src/zope/app/container/traversal.py	Sat Dec 28 12:49:25 2002
@@ -24,7 +24,7 @@
 from zope.component import getDefaultViewName
 
 from zope.app.interfaces.traversing import ITraversable
-from zope.app.traversing.exceptions import UnexpectedParameters
+from zope.app.traversing.namespace import UnexpectedParameters
 from zope.app.interfaces.container import IReadContainer
 from zope.exceptions import NotFoundError
 from zope.component.exceptions import ComponentLookupError