johannespusicha

Results 1 issues of johannespusicha

The readme suggests ``` from webdav.client import WebDavException ``` to import the custom exceptions. However, according to the directory structure it should be: ``` from webdav.exceptions import WebDavException ```