[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/services - connection.py:1.10

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


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

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

=== Zope3/src/zope/app/interfaces/services/connection.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/interfaces/services/connection.py:1.9	Sat Jun 21 17:22:10 2003
+++ Zope3/src/zope/app/interfaces/services/connection.py	Mon Jul  7 13:14:53 2003
@@ -36,7 +36,7 @@
                     required=True,
                     min_length=1,
                     )
-    
+
     componentPath = ComponentPath(
         title=u"Component path",
         description=u"The physical path to the component",
@@ -46,3 +46,4 @@
 
 class ILocalConnectionService(IConnectionService, INameComponentRegistry):
     """A local (placeful) connection service"""
+