[CalendarServer-changes] [675] CalendarServer/trunk/twistedcaldav/directory/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 5 00:39:16 PST 2006


Revision: 675
          http://trac.macosforge.org/projects/calendarserver/changeset/675
Author:   wsanchez at apple.com
Date:     2006-12-05 00:39:16 -0800 (Tue, 05 Dec 2006)

Log Message:
-----------
fix comments

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/test/util.py

Modified: CalendarServer/trunk/twistedcaldav/directory/test/util.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/test/util.py	2006-12-05 08:35:49 UTC (rev 674)
+++ CalendarServer/trunk/twistedcaldav/directory/test/util.py	2006-12-05 08:39:16 UTC (rev 675)
@@ -30,15 +30,14 @@
     # Subclass should init this to a set of recordtypes.
     recordTypes = set()
 
-    # Subclass should init this to a dict of username keys and password values.
+    # Subclass should init this to a dict of username keys and dict values.
     users = {}
 
-    # Subclass should init this to a dict of groupname keys and
-    # sequence-of-members values.
+    # Subclass should init this to a dict of groupname keys and dict values.
     groups = {}
 
-    # Subclass should init this to a set of resourcenames.
-    resources = set()
+    # Subclass should init this to a dict of resourcenames keys and dict values.
+    resources = {}
 
     # Subclass should init this to an IDirectoryService implementation class.
     def service(self):

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/35b1c40f/attachment.html


More information about the calendarserver-changes mailing list