[zopeorg-checkins] CVS: NZO_SiteLayout/var/zope - custom_zodb.py.in:1.5

Chris McDonough chrism at zope.com
Wed May 1 19:27:56 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout/var/zope
In directory cvs.zope.org:/tmp/cvs-serv15717

Modified Files:
	custom_zodb.py.in 
Log Message:
Fix mistake.


=== NZO_SiteLayout/var/zope/custom_zodb.py.in 1.4 => 1.5 ===
 if <<USE_ZEO_SERVER>>:
     import ZEO.ClientStorage, string
-    host='<<ZEO_SERVER_HOST>>',
-    port=<<ZEO_SERVER_PORT>>,
+    host='<<ZEO_SERVER_HOST>>'
+    port=<<ZEO_SERVER_PORT>>
     Storage=ZEO.ClientStorage.ClientStorage(
         (host, port), name='')
 






More information about the zopeorg-checkins mailing list