We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90aa959 commit 3b5d345Copy full SHA for 3b5d345
importlib_resources/__init__.py
@@ -5,6 +5,9 @@
5
from ._compat import metadata
6
from ._common import as_file
7
8
+# for compatibility. Ref #88
9
+__import__('importlib_resources.trees')
10
+
11
12
__all__ = [
13
'Package',
importlib_resources/docs/changelog.rst
@@ -2,6 +2,11 @@
2
importlib_resources NEWS
3
==========================
4
+v1.3.1
+======
+* For improved compatibility, ``importlib_resources.trees`` is
+ now imported implicitly. Closes #88.
v1.3.0
======
* Add extensibility support for non-standard loaders to supply
0 commit comments