mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Fix reading docs with importlib.resources in Python 3.9
This commit is contained in:
parent
5b86ad95d9
commit
65942c08cf
1 changed files with 3 additions and 0 deletions
3
beeref/documentation/__init__.py
Normal file
3
beeref/documentation/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Reading files in this directory with importlib.resources.files with
|
||||
# Python 3.9 requires an __init__.py file here. Later version are fine
|
||||
# without.
|
||||
Loading…
Reference in a new issue