gajim-plural/gajim/plugins
Philipp Hörist 7e0e4cced0 PluginManager: remove plugin path from sys.path
Remove plugin path from sys.path after importing.

If we scan multiple plugin dirs and never remove the path from
sys.path, it is hard to predict from which path python will import
a package.

The chance that the same plugin package is in multiple plugin paths
is high.
2017-08-07 19:28:54 +02:00
..
__init__.py Rename src directory 2017-07-02 17:25:47 +02:00
gajimplugin.py Rename src directory 2017-07-02 17:25:47 +02:00
gui.py Fix memory leak in plugins window 2017-07-10 01:15:30 +02:00
helpers.py Rename src directory 2017-07-02 17:25:47 +02:00
pluginmanager.py PluginManager: remove plugin path from sys.path 2017-08-07 19:28:54 +02:00
plugins_i18n.py Rename src directory 2017-07-02 17:25:47 +02:00