Skip to content
Snippets Groups Projects
Commit b7f88461 authored by Panos Christeas's avatar Panos Christeas Committed by Olivier Dony
Browse files

[FIX] setup.py: fix dependency on PyWebDAV . The name is DAV for the module.

bzr revid: odo@openerp.com-20100804135014-opo4q1jiwhsyjqut
parent 7666ac14
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ required_modules = [
('pytz', 'Timezone handling library for Python'),
('reportlab', 'reportlab module'),
('yaml', 'YAML parser and emitter for Python'),
('pywebdav', 'PyWebDAV is a standards compliant WebDAV server and library written in Python'),
('DAV', 'PyWebDAV is a standards compliant WebDAV server and library written in Python'),
]
def check_modules():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment