[Zope-Checkins] CVS: Zope/lib/python/zdaemon - zdoptions.py:1.20

Fred L. Drake, Jr. fred@zope.com
Fri, 14 Feb 2003 00:47:32 -0500


Update of /cvs-repository/Zope/lib/python/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv11046/zdaemon

Modified Files:
	zdoptions.py 
Log Message:
Do not simply drop the ZConfig "handler" object; an application may actually
want it.


=== Zope/lib/python/zdaemon/zdoptions.py 1.19 => 1.20 ===
--- Zope/lib/python/zdaemon/zdoptions.py:1.19	Wed Feb 12 12:12:13 2003
+++ Zope/lib/python/zdaemon/zdoptions.py	Fri Feb 14 00:47:30 2003
@@ -295,6 +295,7 @@
     def load_configfile(self):
         self.configroot, xxx = ZConfig.loadConfig(self.schema,
                                                   self.configfile)
+        self.confighandlers = xxx
 
     def load_logconf(self, sectname="eventlog"):
         parts = sectname.split(".")