[CalendarServer-changes] [788] CalendarServer/trunk/twistedcaldav/tap.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 8 23:17:01 PST 2006


Revision: 788
          http://trac.macosforge.org/projects/calendarserver/changeset/788
Author:   wsanchez at apple.com
Date:     2006-12-08 23:17:00 -0800 (Fri, 08 Dec 2006)

Log Message:
-----------
Fix tap

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/tap.py

Modified: CalendarServer/trunk/twistedcaldav/tap.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/tap.py	2006-12-09 07:12:23 UTC (rev 787)
+++ CalendarServer/trunk/twistedcaldav/tap.py	2006-12-09 07:17:00 UTC (rev 788)
@@ -39,7 +39,7 @@
 from twisted.web2.log import LogWrapperResource
 from twisted.web2.server import Site
 
-from twistedcaldav.config import config
+from twistedcaldav.config import config, parseConfig
 from twistedcaldav.logging import RotatingFileAccessLoggingObserver
 from twistedcaldav.root import RootResource
 from twistedcaldav.directory.principal import DirectoryPrincipalProvisioningResource
@@ -58,7 +58,7 @@
         if not os.path.exists(self['config']):
             print "Config file %s not found, using defaults" % (self['config'],)
 
-        config.parseConfig(self['config'])
+        parseConfig(self['config'])
 
         self.parent['logfile'] = config.ErrorLogFile
         self.parent['pidfile'] = config.PIDFile

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061208/661cef9c/attachment.html


More information about the calendarserver-changes mailing list