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

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


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

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/server/interfaces/__init__.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/server/interfaces/__init__.py:1.1.2.2	Mon Dec 23 16:45:30 2002
+++ Zope3/src/zope/server/interfaces/__init__.py	Tue Dec 24 07:51:32 2002
@@ -148,7 +148,7 @@
     This allows the HTTP server and the application to both set response
     headers.
 
-    Zope.Publisher.HTTP.HTTPResponse is optionally passed an
+    zope.publisher.http.HTTPResponse is optionally passed an
     object which implements this interface in order to intermingle
     its headers with the HTTP server's response headers,
     and for the purpose of better logging.
@@ -262,7 +262,7 @@
 
     SERVER_IDENT = Attribute("""
                         This string identifies the server. By default
-                        this is 'Zope.Server.' and should be
+                        this is 'zope.server.' and should be
                         overridden.
                         """)