[CalendarServer-changes] [493] CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/ directory/xmlfile.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 16 17:03:57 PST 2006


Revision: 493
          http://trac.macosforge.org/projects/calendarserver/changeset/493
Author:   wsanchez at apple.com
Date:     2006-11-16 17:03:55 -0800 (Thu, 16 Nov 2006)

Log Message:
-----------
Return None when you can't find a record.

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

Modified: CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/xmlfile.py
===================================================================
--- CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/xmlfile.py	2006-11-17 00:29:43 UTC (rev 492)
+++ CalendarServer/branches/users/wsanchez/provisioning/twistedcaldav/directory/xmlfile.py	2006-11-17 01:03:55 UTC (rev 493)
@@ -63,7 +63,7 @@
                     xmlPrincipal  = xmlprincipal,
                 )
 
-        raise NotImplementedError()
+        return None
 
     def recordWithGUID(self, guid):
         raise NotImplementedError()

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


More information about the calendarserver-changes mailing list