[Zodb-checkins] SVN: zdaemon/trunk/zdoptions.py make sure
	confighandlers is initialized
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Mon Jun 14 12:57:09 EDT 2004
    
    
  
Log message for revision 25412:
make sure confighandlers is initialized
-=-
Modified: zdaemon/trunk/zdoptions.py
===================================================================
--- zdaemon/trunk/zdoptions.py	2004-06-14 09:35:21 UTC (rev 25411)
+++ zdaemon/trunk/zdoptions.py	2004-06-14 16:57:09 UTC (rev 25412)
@@ -28,6 +28,7 @@
     schemadir = None
     schemafile = "schema.xml"
     schema = None
+    confighandlers = None
     configroot = None
 
     # Class variable to control automatic processing of an <eventlog>
    
    
More information about the Zodb-checkins
mailing list