Mercurial > hg > orthanc-tests
changeset 614:61e8cf2d78fd
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 01 Feb 2024 11:44:53 +0100 |
parents | 7a9d5186b51b |
children | 087888659ba3 |
files | Plugins/WebDav/Run.py |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <http://www.gnu.org/licenses/>. +# 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