summaryrefslogtreecommitdiff
path: root/plugins/bob.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-28 00:10:52 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2016-06-28 00:10:52 +0100
commit3a24d883539309544b13825ce3ae6726416d6939 (patch)
tree20892c0d9652f1ec040e1a93d2d7bc47016ece60 /plugins/bob.py
parenta210303b0131a8f5f8fc6c3a2f905fdb76fd078e (diff)
downloadpoezio-3a24d883539309544b13825ce3ae6726416d6939.tar.gz
poezio-3a24d883539309544b13825ce3ae6726416d6939.tar.bz2
poezio-3a24d883539309544b13825ce3ae6726416d6939.tar.xz
poezio-3a24d883539309544b13825ce3ae6726416d6939.zip
Make plugins import from the absolute poezio package.
Diffstat (limited to 'plugins/bob.py')
-rw-r--r--plugins/bob.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bob.py b/plugins/bob.py
index cce02b03..b2a6441e 100644
--- a/plugins/bob.py
+++ b/plugins/bob.py
@@ -22,8 +22,8 @@ Configuration options
The time during which the file should stay in cache on the receiving side.
"""
-from plugin import BasePlugin
-import tabs
+from poezio.plugin import BasePlugin
+from poezio import tabs
from pathlib import Path
from glob import glob