[Zodb-checkins] CVS: Zope/lib/python/zdaemon -
	zdoptions.py:1.22.16.5
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Mon Jun 14 12:56:35 EDT 2004
    
    
  
Update of /cvs-repository/Zope/lib/python/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv22334
Modified Files:
      Tag: Zope-2_7-branch
	zdoptions.py 
Log Message:
make sure confighandlers is initialized
=== Zope/lib/python/zdaemon/zdoptions.py 1.22.16.4 => 1.22.16.5 ===
--- Zope/lib/python/zdaemon/zdoptions.py:1.22.16.4	Fri Jun  4 09:16:05 2004
+++ Zope/lib/python/zdaemon/zdoptions.py	Mon Jun 14 12:56:33 2004
@@ -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