Skip to content

Commit

Permalink
Fix reading docs with importlib.resources in Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rbreu committed May 7, 2024
1 parent 5b86ad9 commit 65942c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions beeref/documentation/__init__.py
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 65942c0

Please sign in to comment.