little error in pluginloader.py

This commit is contained in:
Schrolli 2015-05-22 09:59:29 +02:00
parent ed9a7619b4
commit c85ce2b158

View file

@ -20,7 +20,6 @@ def getPlugins():
# is the plugin enabled in the config-file?
try:
logging.debug("Plugin [DISABLED] %s ", i)
if globals.config.getint("Plugins", i):
info = imp.find_module(i, [location])
plugins.append({"name": i, "info": info})