[CalendarServer-changes] [10607] CalendarServer/trunk/twext/who/idirectory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 30 17:19:19 PST 2013


Revision: 10607
          http://trac.calendarserver.org//changeset/10607
Author:   wsanchez at apple.com
Date:     2013-01-30 17:19:19 -0800 (Wed, 30 Jan 2013)
Log Message:
-----------
Add DirectoryAvailabilityError

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/idirectory.py

Modified: CalendarServer/trunk/twext/who/idirectory.py
===================================================================
--- CalendarServer/trunk/twext/who/idirectory.py	2013-01-31 01:18:39 UTC (rev 10606)
+++ CalendarServer/trunk/twext/who/idirectory.py	2013-01-31 01:19:19 UTC (rev 10607)
@@ -47,6 +47,11 @@
     Directory service generic error.
     """
 
+class DirectoryAvailabilityError(DirectoryServiceError):
+    """
+    Directory not available.
+    """
+
 class QueryNotSupportedError(DirectoryServiceError):
     """
     Query not supported.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130130/62165080/attachment.html>


More information about the calendarserver-changes mailing list