[CalendarServer-changes] [12921] twext/trunk/twext/who

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 14 18:10:31 PDT 2014


Revision: 12921
          http://trac.calendarserver.org//changeset/12921
Author:   wsanchez at apple.com
Date:     2014-03-14 18:10:31 -0700 (Fri, 14 Mar 2014)
Log Message:
-----------
docstrings

Modified Paths:
--------------
    twext/trunk/twext/who/index.py
    twext/trunk/twext/who/ldap/__init__.py

Modified: twext/trunk/twext/who/index.py
===================================================================
--- twext/trunk/twext/who/index.py	2014-03-15 01:10:22 UTC (rev 12920)
+++ twext/trunk/twext/who/index.py	2014-03-15 01:10:31 UTC (rev 12921)
@@ -373,7 +373,7 @@
 
 class DirectoryRecord(BaseDirectoryRecord):
     """
-    XML directory record
+    Indexed directory record.
     """
 
     @inlineCallbacks

Modified: twext/trunk/twext/who/ldap/__init__.py
===================================================================
--- twext/trunk/twext/who/ldap/__init__.py	2014-03-15 01:10:22 UTC (rev 12920)
+++ twext/trunk/twext/who/ldap/__init__.py	2014-03-15 01:10:31 UTC (rev 12921)
@@ -14,6 +14,10 @@
 # limitations under the License.
 ##
 
+"""
+LDAP directory service.
+"""
+
 __all__ = [
     "LDAPError",
     "LDAPConfigurationError",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140314/5b3d0d84/attachment.html>


More information about the calendarserver-changes mailing list