Skip to content

Commit 1a38a08

Browse files
committed
[FIX] setup.py: pywebdav does not expose DAV import anymore
bzr revid: [email protected]
1 parent ec36a49 commit 1a38a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def py2exe_options():
7575
"skip_archive": 1,
7676
"optimize": 0, # keep the assert running, because the integrated tests rely on them.
7777
"dist_dir": 'dist',
78-
"packages": [ "DAV", "HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", ],
78+
"packages": ["HTMLParser", "PIL", "asynchat", "asyncore", "commands", "dateutil", "decimal", "docutils", "email", "encodings", "imaplib", "jinja2", "lxml", "lxml._elementpath", "lxml.builder", "lxml.etree", "lxml.objectify", "mako", "openerp", "poplib", "pychart", "pydot", "pyparsing", "pytz", "reportlab", "select", "simplejson", "smtplib", "uuid", "vatnumber", "vobject", "xml", "xml.dom", "yaml", ],
7979
"excludes" : ["Tkconstants","Tkinter","tcl"],
8080
}
8181
}

0 commit comments

Comments
 (0)