Revision
834
Author
cdaboo@apple.com
Date
2006-12-14 21:03:02 -0800 (Thu, 14 Dec 2006)

Log Message

Add back isCollection.

Modified Paths

Diff

Modified: CalendarServer/trunk/twistedcaldav/dropbox.py (833 => 834)


--- 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