[CalendarServer-changes] [10906] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 13 01:40:56 PDT 2013


Revision: 10906
          http://trac.calendarserver.org//changeset/10906
Author:   glyph at apple.com
Date:     2013-03-13 01:40:56 -0700 (Wed, 13 Mar 2013)
Log Message:
-----------
Correct invalid epytext.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2013-03-13 05:42:34 UTC (rev 10905)
+++ CalendarServer/trunk/twistedcaldav/directory/appleopendirectory.py	2013-03-13 08:40:56 UTC (rev 10906)
@@ -59,14 +59,19 @@
     def __init__(self, params):
         """
         @param params: a dictionary containing the following keys:
-            node: an OpenDirectory node name to bind to.
-            restrictEnabledRecords: C{True} if a group in the
-              directory is to be used to determine which calendar
-              users are enabled.
-            restrictToGroup: C{str} guid or name of group used to
-              restrict enabled users.
-            cacheTimeout: C{int} number of minutes before cache is invalidated.
-            negativeCache: C{False} cache the fact that a record wasn't found
+
+            - node: an OpenDirectory node name to bind to.
+
+            - restrictEnabledRecords: C{True} if a group in the directory is to
+              be used to determine which calendar users are enabled.
+
+            - restrictToGroup: C{str} guid or name of group used to restrict
+              enabled users.
+
+            - cacheTimeout: C{int} number of minutes before cache is
+              invalidated.
+
+            - negativeCache: C{False} cache the fact that a record wasn't found
         """
         defaults = {
             'node' : '/Search',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130313/9faf2c97/attachment-0001.html>


More information about the calendarserver-changes mailing list