[CalendarServer-changes] [260] CalendarServer/trunk/twistedcaldav/static.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 6 10:05:58 PDT 2006


Revision: 260
          http://trac.macosforge.org/projects/calendarserver/changeset/260
Author:   cdaboo at apple.com
Date:     2006-10-06 10:05:58 -0700 (Fri, 06 Oct 2006)

Log Message:
-----------
Partial revert of an earlier change as calendar creation was failing.

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

Modified: CalendarServer/trunk/twistedcaldav/static.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/static.py	2006-10-06 01:56:29 UTC (rev 259)
+++ CalendarServer/trunk/twistedcaldav/static.py	2006-10-06 17:05:58 UTC (rev 260)
@@ -605,9 +605,6 @@
         else:
             return CalDAVFile(path)
 
-    def locateChild(self, request, segments):
-        return locateExistingChild(self, request, segments)
-
     def getChild(self, name):
         # This avoids finding case variants of put children on case-insensitive filesystems.
         if name not in self.putChildren and name.lower() in (x.lower() for x in self.putChildren):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061006/61b31ee4/attachment.html


More information about the calendarserver-changes mailing list