gajim-plural/gajim/plugins
Philipp Hörist 775fec2fea Dont activate plugins in PluginManager init
Plugins maybe want to use in their activation Gajim methods that
use an extension point. But because the PluginManager Object is not fully
initialized, the extension point method is not available yet

First create the PluginManager Object, then load Plugins.
2017-11-15 22:26:55 +01:00
..
__init__.py Use absolute imports 2017-08-18 19:48:48 +02:00
gajimplugin.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00
gui.py Fix deprecation warnings 2017-10-07 21:01:27 +02:00
helpers.py Rename src directory 2017-07-02 17:25:47 +02:00
pluginmanager.py Dont activate plugins in PluginManager init 2017-11-15 22:26:55 +01:00
plugins_i18n.py Rename gajim.common.gajim to avoid name conflicts 2017-08-18 20:03:20 +02:00