webdav-client-python
webdav-client-python copied to clipboard
Importing the exceptions does not work as stated in the manual
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