[CalendarServer-changes] [5748] CalendarServer/branches/new-store/twistedcaldav/directory/calendar. py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jun 15 17:42:12 PDT 2010


Revision: 5748
          http://trac.macosforge.org/projects/calendarserver/changeset/5748
Author:   glyph at apple.com
Date:     2010-06-15 17:42:09 -0700 (Tue, 15 Jun 2010)
Log Message:
-----------
locateResource should return a 2-tuple (missed this in r5737)

Revision Links:
--------------
    http://trac.macosforge.org/projects/calendarserver/changeset/5737

Modified Paths:
--------------
    CalendarServer/branches/new-store/twistedcaldav/directory/calendar.py

Modified: CalendarServer/branches/new-store/twistedcaldav/directory/calendar.py
===================================================================
--- CalendarServer/branches/new-store/twistedcaldav/directory/calendar.py	2010-06-16 00:29:47 UTC (rev 5747)
+++ CalendarServer/branches/new-store/twistedcaldav/directory/calendar.py	2010-06-16 00:42:09 UTC (rev 5748)
@@ -158,7 +158,7 @@
         self.provision()
         name = segments[0]
         if name == "":
-            return self
+            return (self, segments[1:])
 
         record = self.directory.recordWithShortName(self.recordType, name)
         if record is None:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100615/e2265eec/attachment.html>


More information about the calendarserver-changes mailing list