[CalendarServer-changes] [6441] CalendarServer/trunk/twistedcaldav/resource.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 18 11:43:09 PDT 2010


Revision: 6441
          http://trac.macosforge.org/projects/calendarserver/changeset/6441
Author:   sagen at apple.com
Date:     2010-10-18 11:43:06 -0700 (Mon, 18 Oct 2010)
Log Message:
-----------
Missing import

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/resource.py

Modified: CalendarServer/trunk/twistedcaldav/resource.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/resource.py	2010-10-18 17:21:24 UTC (rev 6440)
+++ CalendarServer/trunk/twistedcaldav/resource.py	2010-10-18 18:43:06 UTC (rev 6441)
@@ -80,7 +80,7 @@
 from twistedcaldav.linkresource import LinkResource
 from twistedcaldav.notify import (getPubSubConfiguration, getPubSubPath,
     getPubSubXMPPURI, getPubSubHeartbeatURI, getPubSubAPSConfiguration,
-    getNodeCacher)
+    getNodeCacher, NodeCreationException)
 from twistedcaldav.sharing import SharedCollectionMixin, SharedHomeMixin
 from twistedcaldav.vcard import Component as vComponent
 from twistedcaldav.vcardindex import AddressBookIndex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101018/3265a9d4/attachment.html>


More information about the calendarserver-changes mailing list