[CalendarServer-changes] [624] CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/ static.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 30 18:32:02 PST 2006


Revision: 624
          http://trac.macosforge.org/projects/calendarserver/changeset/624
Author:   wsanchez at apple.com
Date:     2006-11-30 18:32:01 -0800 (Thu, 30 Nov 2006)

Log Message:
-----------
Add principalCollections() to CalendarHomeFile

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py

Modified: CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py	2006-11-30 23:08:20 UTC (rev 623)
+++ CalendarServer/branches/users/wsanchez/provisioning-2/twistedcaldav/static.py	2006-12-01 02:32:01 UTC (rev 624)
@@ -696,6 +696,9 @@
             ),
         )
 
+    def principalCollections(self):
+        return self._parent.principalCollections()
+
     ##
     # Quota
     ##

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


More information about the calendarserver-changes mailing list