[CalendarServer-changes] [743] CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 7 10:32:44 PST 2006


Revision: 743
          http://trac.macosforge.org/projects/calendarserver/changeset/743
Author:   dreid at apple.com
Date:     2006-12-07 10:32:43 -0800 (Thu, 07 Dec 2006)

Log Message:
-----------
fix docstring

Modified Paths:
--------------
    CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/directory/calendar.py
    CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/static.py

Modified: CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/directory/calendar.py
===================================================================
--- CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/directory/calendar.py	2006-12-07 15:21:30 UTC (rev 742)
+++ CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/directory/calendar.py	2006-12-07 18:32:43 UTC (rev 743)
@@ -42,8 +42,8 @@
     """
     def __init__(self, directory, url):
         """
-        @param path: the path to the file which will back the resource.
         @param directory: an L{IDirectoryService} to provision calendars from.
+        @param url: the canonical URL for the resource.
         """
         assert url.endswith("/"), "Collection URL must end in '/'"
 

Modified: CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/static.py
===================================================================
--- CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/static.py	2006-12-07 15:21:30 UTC (rev 742)
+++ CalendarServer/branches/caldavd-twistd-plugin-2/twistedcaldav/static.py	2006-12-07 18:32:43 UTC (rev 743)
@@ -437,6 +437,7 @@
         """
         @param path: the path to the file which will back the resource.
         @param directory: an L{IDirectoryService} to provision calendars from.
+        @param url: the canonical URL for the resource.
         """
         DAVFile.__init__(self, path)
         DirectoryCalendarHomeProvisioningResource.__init__(self, directory, url)

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


More information about the calendarserver-changes mailing list