[CalendarServer-changes] [10142] CalendarServer/branches/users/cdaboo/managed-attachments/ twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 10 11:08:16 PST 2012


Revision: 10142
          http://trac.calendarserver.org//changeset/10142
Author:   cdaboo at apple.com
Date:     2012-12-10 11:08:16 -0800 (Mon, 10 Dec 2012)
Log Message:
-----------
Resources without parents do not exist.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/managed-attachments/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/users/cdaboo/managed-attachments/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/users/cdaboo/managed-attachments/twistedcaldav/storebridge.py	2012-12-08 02:33:21 UTC (rev 10141)
+++ CalendarServer/branches/users/cdaboo/managed-attachments/twistedcaldav/storebridge.py	2012-12-10 19:08:16 UTC (rev 10142)
@@ -1954,7 +1954,11 @@
         return False
 
 
+    def exists(self):
+        return False
 
+
+
 class _CommonObjectResource(_NewStoreFileMetaDataHelper, CalDAVResource, FancyEqMixin):
 
     _componentFromStream = None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121210/650a7bbf/attachment.html>


More information about the calendarserver-changes mailing list