[CalendarServer-changes] [8085] CalendarServer/branches/users/glyph/other-html/twistedcaldav/ directory/calendaruserproxy.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 13 12:11:33 PDT 2011


Revision: 8085
          http://trac.macosforge.org/projects/calendarserver/changeset/8085
Author:   glyph at apple.com
Date:     2011-09-13 12:11:33 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
Slightly better documentation.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory/calendaruserproxy.py

Modified: CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory/calendaruserproxy.py
===================================================================
--- CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory/calendaruserproxy.py	2011-09-13 19:11:26 UTC (rev 8084)
+++ CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory/calendaruserproxy.py	2011-09-13 19:11:33 UTC (rev 8085)
@@ -97,8 +97,8 @@
 
 class ProxyPrincipalDetailElement(Element):
     """
-    Element that can render the details of a
-    L{CalendarUserProxyPrincipalResource}.
+    A L{ProxyPrincipalDetailElement} is an L{Element} that can render the
+    details of a L{CalendarUserProxyPrincipalResource}.
     """
 
     loader = XMLFile(thisModule.filePath.sibling(
@@ -140,7 +140,8 @@
 
 class ProxyPrincipalElement(DirectoryElement):
     """
-    L{ProxyPrincipalElement} is a renderer for proxy details.
+    L{ProxyPrincipalElement} is a renderer for a
+    L{CalendarUserProxyPrincipalResource}.
     """
 
     @renderer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110913/599a00ce/attachment.html>


More information about the calendarserver-changes mailing list