Fix tests on Py311

This commit is contained in:
Martin Wendt 2023-05-14 07:29:28 +02:00
parent a0ecb68ae6
commit ee85e7fd51

View file

@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# # -*- coding: utf-8 -*-
import os
import sys
# import os
# import sys
import pkg_resources
# import pkg_resources
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
pkg_resources.require("wsgidav")
# sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
# pkg_resources.require("wsgidav")