mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Add importlib-resources-5.2.2
This commit is contained in:
parent
b09faab852
commit
f238343aa2
40 changed files with 1943 additions and 0 deletions
0
lib/importlib_resources/tests/data02/__init__.py
Normal file
0
lib/importlib_resources/tests/data02/__init__.py
Normal file
0
lib/importlib_resources/tests/data02/one/__init__.py
Normal file
0
lib/importlib_resources/tests/data02/one/__init__.py
Normal file
1
lib/importlib_resources/tests/data02/one/resource1.txt
Normal file
1
lib/importlib_resources/tests/data02/one/resource1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
one resource
|
0
lib/importlib_resources/tests/data02/two/__init__.py
Normal file
0
lib/importlib_resources/tests/data02/two/__init__.py
Normal file
1
lib/importlib_resources/tests/data02/two/resource2.txt
Normal file
1
lib/importlib_resources/tests/data02/two/resource2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
two resource
|
Loading…
Add table
Add a link
Reference in a new issue