aboutsummaryrefslogtreecommitdiffstats
path: root/beetsplug/__init__.py
diff options
context:
space:
mode:
authorWolfgang Müller2022-02-22 11:35:39 +0100
committerWolfgang Müller2022-02-22 11:35:39 +0100
commit6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6 (patch)
tree70fb2980be82f73270add890c1ce8a0988a6e9e6 /beetsplug/__init__.py
downloadbeets-oriole-6ff26d2bbfc7ade30ee0c3e38682ef689b73bda6.tar.gz
Initial commit
Diffstat (limited to '')
-rw-r--r--beetsplug/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/beetsplug/__init__.py b/beetsplug/__init__.py
new file mode 100644
index 0000000..3ad9513
--- /dev/null
+++ b/beetsplug/__init__.py
@@ -0,0 +1,2 @@
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)