Reviewers: ,


Please review this at http://codereview.tryton.org/400001/

Affected files:
  M webdav.py


Index: webdav.py
===================================================================
--- a/webdav.py
+++ b/webdav.py
@@ -226,7 +226,7 @@
         return res

     def get_resourcetype(self, uri, cache=None):
-        from DAV.constants import COLLECTION, OBJECT
+        from pywebdav.lib.constants import COLLECTION, OBJECT
         if uri in ('Calendars', 'Calendars/'):
             return COLLECTION
         calendar_id = self.calendar(uri)


--
[email protected] mailing list

Reply via email to