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: