[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/traversing - traversable.py:1.1.2.3

Jim Fulton jim@zope.com
Tue, 24 Dec 2002 07:51:40 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/traversing
In directory cvs.zope.org:/tmp/cvs-serv1158/src/zope/app/interfaces/traversing

Modified Files:
      Tag: NameGeddon-branch
	traversable.py 
Log Message:
Searched for and changed over 1200 references to Zope.something.

Most of these were either comments, doc strings, or permission ids.

Many were imports or ids in zcml.  (much zcml fixup is still needed.



=== Zope3/src/zope/app/interfaces/traversing/traversable.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/interfaces/traversing/traversable.py:1.1.2.2	Mon Dec 23 17:14:27 2002
+++ Zope3/src/zope/app/interfaces/traversing/traversable.py	Tue Dec 24 07:51:10 2002
@@ -20,7 +20,7 @@
         """Get the next item on the path
 
         Should return the item corresponding to 'name' or raise
-        Zope.Exceptions.NotFoundError where appropriate.
+        NotFoundError where appropriate.
 
         The parameters provided, are passed as a sequence of
         name, value items.  The 'pname' argument has the original name