From ed4a891e82f7aca10c965f97b63f88ec5331295f Mon Sep 17 00:00:00 2001 From: Julien Thewys Date: Mon, 20 Sep 2010 15:22:52 +0200 Subject: [PATCH] [FIX] Fixed pywebdav module name. bzr revid: jth@openerp.com-20100920132252-a0jknr7owdg8qyce --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5436388aa0..ec083fbde4e 100755 --- a/setup.py +++ b/setup.py @@ -141,7 +141,7 @@ options = { "encodings", "dateutil", "wizard", "pychart", "PIL", "pyparsing", "pydot", "asyncore","asynchat", "reportlab", "vobject", "HTMLParser", "select", "mako", "poplib", - "imaplib", "smtplib", "email", "yaml","pywebdav", + "imaplib", "smtplib", "email", "yaml", "DAV", ], "excludes" : ["Tkconstants","Tkinter","tcl"], }