Revision: 788 http://trac.macosforge.org/projects/calendarserver/changeset/788 Author: wsanchez@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
participants (1)
-
source_changes@macosforge.org