Accidentally went with camel case here on the filename. Won't fail under windows, but will under *nix
This commit is contained in:
parent
4a46a7a195
commit
7ef4240f63
|
@ -40,7 +40,7 @@ from common.exceptions import PluginsystemError
|
||||||
|
|
||||||
from plugins.helpers import log, log_calls, Singleton
|
from plugins.helpers import log, log_calls, Singleton
|
||||||
from plugins.helpers import GajimPluginActivateException
|
from plugins.helpers import GajimPluginActivateException
|
||||||
from plugins.GajimPlugin import GajimPlugin, GajimPluginException
|
from plugins.gajimplugin import GajimPlugin, GajimPluginException
|
||||||
|
|
||||||
class PluginManager(metaclass=Singleton):
|
class PluginManager(metaclass=Singleton):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue