[Zope3-checkins] CVS: Zope3/src/zope/app/container - zopecontainer.py:1.25

Sidnei da Silva sidnei@x3ng.com.br
Mon, 7 Jul 2003 13:15:22 -0400


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

Modified Files:
	zopecontainer.py 
Log Message:
Adding GlobalConnectionService, with tests (few, but theres not much to test anyway)

=== Zope3/src/zope/app/container/zopecontainer.py 1.24 => 1.25 ===
--- Zope3/src/zope/app/container/zopecontainer.py:1.24	Mon Jun 23 18:40:48 2003
+++ Zope3/src/zope/app/container/zopecontainer.py	Mon Jul  7 13:14:47 2003
@@ -122,7 +122,7 @@
         else:
             if not isinstance(key, StringTypes):
                 raise TypeError("Item name is not a string.")
-            
+
         # We remove the proxies from the object before adding it to
         # the container, because we can't store proxies.
         object = removeAllProxies(object)