[CalendarServer-changes] [9447] CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite. py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 13 13:50:57 PDT 2012


Revision: 9447
          http://trac.macosforge.org/projects/calendarserver/changeset/9447
Author:   gaya at apple.com
Date:     2012-07-13 13:50:57 -0700 (Fri, 13 Jul 2012)
Log Message:
-----------
fix indent, etc.

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

Modified: CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py
===================================================================
--- CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py	2012-07-13 20:14:20 UTC (rev 9446)
+++ CalendarServer/branches/users/gaya/inviteclean/txdav/common/iinvite.py	2012-07-13 20:50:57 UTC (rev 9447)
@@ -27,54 +27,54 @@
 
 class IInvite(Interface):
     """
-    Invite.  The state of the an invitation to a shared resource.
+    IInvite.  The state of the an invitation to a shared resource.
     
     """
   
 def uid():
-        """
-        Unique identifier for this invitation.  Randomly generated.
+    """
+    Unique identifier for this invitation.  Randomly generated.
 
-        @return: the invite unique identifier
-        @rtype: C{str}
-        """
+    @return: the invite unique identifier
+    @rtype: C{str}
+    """
 
 def shareeUID():
-        """
-        Sharee's unique identifier.
+    """
+    Sharee's unique identifier.
 
-        @return: the Sharee's unique identifier.
-        @rtype: C{str}
-        """
+    @return: the Sharee's unique identifier.
+    @rtype: C{str}
+    """
 
 def sharerUID():
-        """
-        Sharer's unique identifier.
+    """
+    Sharer's unique identifier.
 
-        @return: the Sharer's unique identifier.
-        @rtype: C{str}
-        """
+    @return: the Sharer's unique identifier.
+    @rtype: C{str}
+    """
 
 def sharerAccess():
-        """
-        Sharer's access.  Currently, one of "own", "read-only", or "read-write".
+    """
+    Sharer's access.  Currently, one of "own", "read-only", or "read-write".
 
-        @return: the Sharer's access to the shared resource
-        @rtype: C{str}
-        """
+    @return: the Sharer's access to the shared resource
+    @rtype: C{str}
+    """
 
 def state():
-        """
-        Invitation or bind state.  Currently, one of "NEEDS-ACTION","ACCEPTED", "DECLINED", "INVALID".
+    """
+    Invitation or bind state.  Currently, one of "NEEDS-ACTION","ACCEPTED", "DECLINED", "INVALID".
 
-        @return: the invitation state
-        @rtype: C{str}
-        """
+    @return: the invitation state
+    @rtype: C{str}
+    """
 
 def summary():
-        """
-       The shared resource's name, purpose, or description.
+    """
+   The shared resource's name, purpose, or description.
 
-        @return: the summary
-        @rtype: C{str}
+    @return: the summary
+    @rtype: C{str}
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120713/1c29ad53/attachment.html>


More information about the calendarserver-changes mailing list