From 7607140b71b61feb5de39aadb6859c6fa0485deb Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 3 Jul 2016 02:22:55 +0200 Subject: Fix plugin loading when installed --- poezio/plugin_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3