[CalendarServer-changes] [3265] CalendarServer/trunk/twistedcaldav/directory/apache.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 29 16:37:25 PDT 2008


Revision: 3265
          http://trac.macosforge.org/projects/calendarserver/changeset/3265
Author:   wsanchez at apple.com
Date:     2008-10-29 16:37:25 -0700 (Wed, 29 Oct 2008)
Log Message:
-----------
Missing import

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/directory/apache.py

Modified: CalendarServer/trunk/twistedcaldav/directory/apache.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/apache.py	2008-10-29 23:32:00 UTC (rev 3264)
+++ CalendarServer/trunk/twistedcaldav/directory/apache.py	2008-10-29 23:37:25 UTC (rev 3265)
@@ -29,7 +29,7 @@
 from twisted.cred.credentials import UsernamePassword
 
 from twistedcaldav.directory.directory import DirectoryService, DirectoryRecord
-from twistedcaldav.directory.directory import UnknownRecordTypeError
+from twistedcaldav.directory.directory import UnknownRecordTypeError, DirectoryConfigurationError
 
 class AbstractDirectoryService(DirectoryService):
     """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20081029/a974c092/attachment.html>


More information about the calendarserver-changes mailing list