[CalendarServer-changes] [1729] CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/ directory/principal.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 30 11:03:57 PDT 2007


Revision: 1729
          http://trac.macosforge.org/projects/calendarserver/changeset/1729
Author:   wsanchez at apple.com
Date:     2007-07-30 11:03:57 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
Call principalForGUID instead of principalForUID with a GUID.

Modified Paths:
--------------
    CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/directory/principal.py

Modified: CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/directory/principal.py
===================================================================
--- CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/directory/principal.py	2007-07-30 17:35:50 UTC (rev 1728)
+++ CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/directory/principal.py	2007-07-30 18:03:57 UTC (rev 1729)
@@ -96,7 +96,7 @@
     def principalForRecord(self, record):
         if record is None:
             return None
-        return self.principalForUID(record.guid)
+        return self.principalForGUID(record.guid)
 
     def principalForCalendarUserAddress(self, address):
         raise NotImplementedError("Subclass must implement principalForCalendarUserAddress()")

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


More information about the calendarserver-changes mailing list