webdav-client-python icon indicating copy to clipboard operation
webdav-client-python copied to clipboard

Importing the exceptions does not work as stated in the manual

Open johannespusicha opened this issue 1 year ago • 0 comments

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

johannespusicha avatar Dec 23 '24 11:12 johannespusicha