[CalendarServer-changes] [752]
CalendarServer/trunk/twistedcaldav/static.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Dec 7 15:58:19 PST 2006
Revision: 752
http://trac.macosforge.org/projects/calendarserver/changeset/752
Author: wsanchez at apple.com
Date: 2006-12-07 15:58:19 -0800 (Thu, 07 Dec 2006)
Log Message:
-----------
Don't provision in __init__; we're already dealing with it elsewhere.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/static.py
Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py 2006-12-07 23:02:57 UTC (rev 751)
+++ CalendarServer/trunk/twistedcaldav/static.py 2006-12-07 23:58:19 UTC (rev 752)
@@ -488,13 +488,6 @@
CalDAVFile.__init__(self, path)
DirectoryCalendarHomeResource.__init__(self, parent, record)
- # Cache children which must be of a specific type
- for name, cls in (
- ("inbox" , ScheduleInboxFile),
- ("outbox", ScheduleOutboxFile),
- ):
- self.putChild(name, cls(self.fp.child(name).path, self))
-
def provision(self):
if not provisionFile(self, self._parent):
return succeed(None)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061207/b4fc85d3/attachment.html
More information about the calendarserver-changes
mailing list