Fix plugin loading when installed
This commit is contained in:
parent
2e988af4d8
commit
7607140b71
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue