[CalendarServer-changes] [7611] CalendarServer/branches/users/glyph/quota/txdav/caldav/ icalendarstore.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 20 11:43:07 PDT 2011


Revision: 7611
          http://trac.macosforge.org/projects/calendarserver/changeset/7611
Author:   glyph at apple.com
Date:     2011-06-20 11:43:07 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
connectionLost takes a reason; loseConnection doesn't.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/quota/txdav/caldav/icalendarstore.py

Modified: CalendarServer/branches/users/glyph/quota/txdav/caldav/icalendarstore.py
===================================================================
--- CalendarServer/branches/users/glyph/quota/txdav/caldav/icalendarstore.py	2011-06-20 18:42:57 UTC (rev 7610)
+++ CalendarServer/branches/users/glyph/quota/txdav/caldav/icalendarstore.py	2011-06-20 18:43:07 UTC (rev 7611)
@@ -477,7 +477,7 @@
 
     # Note: should also require IConsumer
 
-    def loseConnection(reason):
+    def loseConnection():
         """
         The attachment has completed being uploaded successfully.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110620/8f71ddb4/attachment-0001.html>


More information about the calendarserver-changes mailing list