Commit 9ddc7af
committed
Make use of Python 3.7's standard library
There is a hardcoded dependency on the third-party module
`importlib_resources`, which is `a backport of Python 3.7's
standard library importlib.resources module for Python 2.7,
and 3.4 through 3.6`. Thus, let's use the standard one for
Python3.7 and above.
Signed-off-by: Stanislav Levin <[email protected]>importlib.resources
1 parent da510e3 commit 9ddc7af
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments