python-webdav
python-webdav copied to clipboard
Incompatibility with Python3
In [5]: import python_webdav.client
File "C:\Python34\lib\site-packages\python_webdav\client.py", line 165
print format_string
^
SyntaxError: Missing parentheses in call to 'print'
Do you plan to have a port to Python3?
I hadn't planned on it (this project's pretty much unmaintained these days), though it wouldn't be too difficult to fix this sort of an issue, so I wouldn't mind putting in some time if there's anyone who needs python3 working.