From f5487a188e4dc3e584d7c09124e582eea416adca Mon Sep 17 00:00:00 2001 From: "Harry (OpenERP)" Date: Tue, 15 Jun 2010 15:43:48 +0530 Subject: [PATCH] [FIX] document_webdav: missing import osv bzr revid: hmo@tinyerp.com-20100615101348-8778waohibz0cb30 --- addons/document_webdav/webdav.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/addons/document_webdav/webdav.py b/addons/document_webdav/webdav.py index b9b1a1f..eec6c69 100644 --- a/addons/document_webdav/webdav.py +++ b/addons/document_webdav/webdav.py @@ -23,13 +23,15 @@ import xml.dom.minidom domimpl = xml.dom.minidom.getDOMImplementation() import urlparse import urllib +from osv import osv +import tools try: from DAV import utils from DAV.propfind import PROPFIND except ImportError: raise osv.except_osv('PyWebDAV Import Error!','Please install pywebdav \ - from http://pywebdav.googlecode.com/files/PyWebDAV-0.9.3.tar.gz/') -import tools +from http://pywebdav.googlecode.com') + super_mk_prop_response = PROPFIND.mk_prop_response -- 1.7.10.4