[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/container - __init__.py:1.1.2.3

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


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

Modified Files:
      Tag: NameGeddon-branch
	__init__.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/container/__init__.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/interfaces/container/__init__.py:1.1.2.2	Mon Dec 23 17:49:32 2002
+++ Zope3/src/zope/app/interfaces/container/__init__.py	Tue Dec 24 07:51:07 2002
@@ -87,7 +87,7 @@
          in the context of its container.
 
          If contentName is already used in container, raises
-         Zope.App.OFS.Container.Exceptions.DuplicateIDError.
+         DuplicateIDError.
          """
 
     contentName = Attribute(