# HG changeset patch # User Sebastien Jodogne # Date 1706784293 -3600 # Node ID 61e8cf2d78fd5577995c3c6ade3acd0d809fdac5 # Parent 7a9d5186b51b780e6dc873577f17ee879f590127 note diff -r 7a9d5186b51b -r 61e8cf2d78fd Plugins/WebDav/Run.py --- a/Plugins/WebDav/Run.py Thu Feb 01 11:19:24 2024 +0100 +++ b/Plugins/WebDav/Run.py Thu Feb 01 11:44:53 2024 +0100 @@ -20,9 +20,14 @@ # along with this program. If not, see . +# Note about easywebdav: This test is compatible with version 1.2.0 of +# the "python3-easywebdav" package in Ubuntu/Debian. Beware that this +# package includes a patch that is not available in the upstream +# version of easywebdav: +# https://salsa.debian.org/python-team/packages/python-easywebdav/-/blob/master/debian/patches/python3.patch import argparse -import easywebdav # easywebdav==1.2.0 is known to work with this test +import easywebdav import io import os import pprint