comparison Plugins/WebDav/Run.py @ 614:61e8cf2d78fd

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Feb 2024 11:44:53 +0100
parents 7a9d5186b51b
children 9f8276ac1cdd
comparison
equal deleted inserted replaced
613:7a9d5186b51b 614:61e8cf2d78fd
18 # 18 #
19 # You should have received a copy of the GNU General Public License 19 # You should have received a copy of the GNU General Public License
20 # along with this program. If not, see <http://www.gnu.org/licenses/>. 20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 21
22 22
23 # Note about easywebdav: This test is compatible with version 1.2.0 of
24 # the "python3-easywebdav" package in Ubuntu/Debian. Beware that this
25 # package includes a patch that is not available in the upstream
26 # version of easywebdav:
27 # https://salsa.debian.org/python-team/packages/python-easywebdav/-/blob/master/debian/patches/python3.patch
23 28
24 import argparse 29 import argparse
25 import easywebdav # easywebdav==1.2.0 is known to work with this test 30 import easywebdav
26 import io 31 import io
27 import os 32 import os
28 import pprint 33 import pprint
29 import re 34 import re
30 import sys 35 import sys