aboutsummaryrefslogtreecommitdiffstats
path: root/beetsplug/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--beetsplug/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/beetsplug/__init__.py b/beetsplug/__init__.py
index 3ad9513..b36383a 100644
--- a/beetsplug/__init__.py
+++ b/beetsplug/__init__.py
@@ -1,2 +1,3 @@
from pkgutil import extend_path
+
__path__ = extend_path(__path__, __name__)