[CalendarServer-changes] [992] CalendarServer/trunk/twistedcaldav/directory/aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 8 19:44:53 PST 2007


Revision: 992
          http://trac.macosforge.org/projects/calendarserver/changeset/992
Author:   cdaboo at apple.com
Date:     2007-01-08 19:44:53 -0800 (Mon, 08 Jan 2007)

Log Message:
-----------
Missing import.

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

Modified: CalendarServer/trunk/twistedcaldav/directory/aggregate.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/directory/aggregate.py	2007-01-09 02:55:58 UTC (rev 991)
+++ CalendarServer/trunk/twistedcaldav/directory/aggregate.py	2007-01-09 03:44:53 UTC (rev 992)
@@ -26,6 +26,8 @@
     "DuplicateRecordTypeError",
 ]
 
+from twisted.cred.error import UnauthorizedLogin
+
 from twistedcaldav.directory.idirectory import IDirectoryService
 from twistedcaldav.directory.directory import DirectoryService, DirectoryError
 from twistedcaldav.directory.directory import UnknownRecordTypeError

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


More information about the calendarserver-changes mailing list