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

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 30 10:33:14 PDT 2007


Revision: 1725
          http://trac.macosforge.org/projects/calendarserver/changeset/1725
Author:   wsanchez at apple.com
Date:     2007-07-30 10:33:12 -0700 (Mon, 30 Jul 2007)

Log Message:
-----------
Fix undefined symbol error.

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-27 21:57:39 UTC (rev 1724)
+++ CalendarServer/branches/users/wsanchez/deleted-uids/twistedcaldav/directory/principal.py	2007-07-30 17:33:12 UTC (rev 1725)
@@ -88,7 +88,7 @@
         return self.principalForShortName(DirectoryService.recordType_users, user)
 
     def principalForGUID(self, guid):
-        return principalForUID(guid)
+        return self.principalForUID(guid)
 
     def principalForUID(self, uid):
         raise NotImplementedError("Subclass must implement principalForUID()")

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


More information about the calendarserver-changes mailing list