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

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


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

Modified Files:
	Storage.py.in 
Log Message:
Changed storage name back to Main and made zinstance use that name.


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






More information about the zopeorg-checkins mailing list