Add back isCollection.
--- 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