summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--poezio/plugin_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin_manager.py b/poezio/plugin_manager.py
index 12302146..8e08432b 100644
--- a/poezio/plugin_manager.py
+++ b/poezio/plugin_manager.py
@@ -375,7 +375,7 @@ class PluginManager(object):
self.load_path.append(self.plugins_dir)
try:
- from poezio import poezio_plugins
+ import poezio_plugins
except:
pass
else: