Fix tests on Py311
This commit is contained in:
parent
a0ecb68ae6
commit
ee85e7fd51
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue