[CalendarServer-changes] [10016] CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/ storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 9 12:26:18 PST 2012


Revision: 10016
          http://trac.calendarserver.org//changeset/10016
Author:   gaya at apple.com
Date:     2012-11-09 12:26:18 -0800 (Fri, 09 Nov 2012)
Log Message:
-----------
add doc string

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/storebridge.py

Modified: CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/storebridge.py	2012-11-09 20:21:16 UTC (rev 10015)
+++ CalendarServer/branches/users/gaya/sharedgroups/twistedcaldav/storebridge.py	2012-11-09 20:26:18 UTC (rev 10016)
@@ -2237,7 +2237,9 @@
 
     @inlineCallbacks
     def storeRemove(self, request, viaRequest, where):
-
+        """
+        Remove this address book object
+        """
         # Handle sharing
         wasShared = (yield self.isShared(request))
         if wasShared:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20121109/da819e8c/attachment.html>


More information about the calendarserver-changes mailing list