[CalendarServer-changes] [843] CalendarServer/trunk/twistedcaldav/root.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 15 18:56:53 PST 2006


Revision: 843
          http://trac.macosforge.org/projects/calendarserver/changeset/843
Author:   wsanchez at apple.com
Date:     2006-12-15 18:56:53 -0800 (Fri, 15 Dec 2006)

Log Message:
-----------
Use our DAVFile

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

Modified: CalendarServer/trunk/twistedcaldav/root.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/root.py	2006-12-15 20:41:23 UTC (rev 842)
+++ CalendarServer/trunk/twistedcaldav/root.py	2006-12-16 02:56:53 UTC (rev 843)
@@ -24,8 +24,8 @@
 from twisted.web2.auth.wrapper import UnauthorizedResponse
 
 from twisted.web2.dav import davxml
-from twisted.web2.dav.static import DAVFile
 
+from twistedcaldav.extensions import DAVFile
 from twistedcaldav.config import config
 
 class RootResource(DAVFile):

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


More information about the calendarserver-changes mailing list