Use our DAVFile
--- 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):