[zopeorg-checkins] CVS: NZO_SiteLayout/var/ZEOStorage - Storage.py.in:1.2

Chris McDonough chrism at zope.com
Wed May 1 19:41:12 EDT 2002


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

Modified Files:
	Storage.py.in 
Log Message:
Modified Storage.py to use 1 instead of Main as its storage name.


=== NZO_SiteLayout/var/ZEOStorage/Storage.py.in 1.1 => 1.2 ===
 ctl = ZEOCtl( None, BASE_DIR )
 ctl._loadConfigFile(1)
-storage_config = ctl._storage['Main']
+storage_config = ctl._storage['1']
 
 import ZODB.FileStorage
 






More information about the zopeorg-checkins mailing list