[CalendarServer-changes] [6911] CalendarServer/trunk/twistedcaldav/storebridge.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 8 10:50:27 PST 2011


Revision: 6911
          http://trac.macosforge.org/projects/calendarserver/changeset/6911
Author:   wsanchez at apple.com
Date:     2011-02-08 10:50:26 -0800 (Tue, 08 Feb 2011)
Log Message:
-----------
tuple needs comma

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

Modified: CalendarServer/trunk/twistedcaldav/storebridge.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/storebridge.py	2011-02-08 01:31:52 UTC (rev 6910)
+++ CalendarServer/trunk/twistedcaldav/storebridge.py	2011-02-08 18:50:26 UTC (rev 6911)
@@ -1313,7 +1313,9 @@
     A resource wrapping a calendar object.
     """
 
-    compareAttributes = ("_newStoreObject")
+    compareAttributes = (
+        "_newStoreObject",
+    )
 
     _componentFromStream = VCalendar.fromString
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110208/1262a23a/attachment.html>


More information about the calendarserver-changes mailing list