Revision
843
Author
wsanchez@apple.com
Date
2006-12-15 18:56:53 -0800 (Fri, 15 Dec 2006)

Log Message

Use our DAVFile

Modified Paths

Diff

Modified: CalendarServer/trunk/twistedcaldav/root.py (842 => 843)


--- 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):