[CalendarServer-changes] [417] CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/ directory/idirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 9 17:02:20 PST 2006


Revision: 417
          http://trac.macosforge.org/projects/calendarserver/changeset/417
Author:   wsanchez at apple.com
Date:     2006-11-09 17:02:19 -0800 (Thu, 09 Nov 2006)

Log Message:
-----------
directory attribute is now service

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/idirectory.py

Modified: CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/idirectory.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/idirectory.py	2006-11-10 01:01:54 UTC (rev 416)
+++ CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/idirectory.py	2006-11-10 01:02:19 UTC (rev 417)
@@ -55,7 +55,7 @@
     """
     Directory Record
     """
-    directory  = Attribute("The L{IDirectoryService} this record exists in.")
+    service    = Attribute("The L{IDirectoryService} this record exists in.")
     recordType = Attribute("The type of this record.")
     guid       = Attribute("The GUID of this record.")
     shortName  = Attribute("The name of this record.")

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


More information about the calendarserver-changes mailing list