[CalendarServer-changes] [3187] CalendarServer/branches/users/sagen/wikitype-3184/twistedcaldav/ directory/aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 17 18:11:35 PDT 2008


Revision: 3187
          http://trac.macosforge.org/projects/calendarserver/changeset/3187
Author:   sagen at apple.com
Date:     2008-10-17 18:11:35 -0700 (Fri, 17 Oct 2008)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/wikitype-3184/twistedcaldav/directory/aggregate.py

Modified: CalendarServer/branches/users/sagen/wikitype-3184/twistedcaldav/directory/aggregate.py
===================================================================
--- CalendarServer/branches/users/sagen/wikitype-3184/twistedcaldav/directory/aggregate.py	2008-10-18 00:50:06 UTC (rev 3186)
+++ CalendarServer/branches/users/sagen/wikitype-3184/twistedcaldav/directory/aggregate.py	2008-10-18 01:11:35 UTC (rev 3187)
@@ -97,9 +97,6 @@
     def recordWithShortName(self, recordType, shortName):
         return self._query("recordWithShortName", recordType, shortName)
 
-    # def recordWithGUID(self, guid):
-    #     return self._queryAll("recordWithGUID", guid)
-
     def recordWithUID(self, uid):
         return self._queryAll("recordWithUID", uid)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081017/1ec0e14c/attachment.html 


More information about the calendarserver-changes mailing list