[CalendarServer-changes] [9412] CalendarServer/branches/users/gaya/inviteclean/txdav/common/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 6 17:57:25 PDT 2012


Revision: 9412
          http://trac.macosforge.org/projects/calendarserver/changeset/9412
Author:   gaya at apple.com
Date:     2012-07-06 17:57:24 -0700 (Fri, 06 Jul 2012)
Log Message:
-----------
remove bad unused param from shareWith() added during last change

Modified Paths:
--------------
    CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-07 00:54:34 UTC (rev 9411)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/datastore/sql.py	2012-07-07 00:57:24 UTC (rev 9412)
@@ -2059,7 +2059,7 @@
 
 
     @inlineCallbacks
-    def shareWith(self, shareeHome, mode, bindStatus=None, recipient=None):
+    def shareWith(self, shareeHome, mode, recipient=None):
         """
         Share this (owned) L{CommonHomeChild} with another home.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120706/d14374af/attachment.html>


More information about the calendarserver-changes mailing list