Fix plugin loading when installed

This commit is contained in:
mathieui 2016-07-03 02:22:55 +02:00
parent 2e988af4d8
commit 7607140b71

View file

@ -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: