[CalendarServer-changes] [834] CalendarServer/trunk/twistedcaldav/dropbox.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 14 21:03:02 PST 2006


Revision: 834
          http://trac.macosforge.org/projects/calendarserver/changeset/834
Author:   cdaboo at apple.com
Date:     2006-12-14 21:03:02 -0800 (Thu, 14 Dec 2006)

Log Message:
-----------
Add back isCollection.

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

Modified: CalendarServer/trunk/twistedcaldav/dropbox.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/dropbox.py	2006-12-15 04:48:48 UTC (rev 833)
+++ CalendarServer/trunk/twistedcaldav/dropbox.py	2006-12-15 05:03:02 UTC (rev 834)
@@ -54,6 +54,9 @@
     def resourceType(self):
         return davxml.ResourceType.dropbox
 
+    def isCollection(self):
+        return True
+
     def writeNewACEs(self, newaces):
         """
         Write a new ACL to the resource's property store. We override this for calendar collections

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


More information about the calendarserver-changes mailing list