From 0d2d6daef850ac6bcc7fafccd230e52d2a862c2c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 3 Jun 2012 17:45:10 +0200 Subject: updates for database + api --- pyLoadCore.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index ac9fb0133..ce87a4c62 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -40,9 +40,9 @@ import subprocess subprocess.__doc__ = None # the module with the largest doc we are using from module import InitHomeDir -from module.plugins.AccountManager import AccountManager +from module.AccountManager import AccountManager from module.config.ConfigParser import ConfigParser -from module.plugins.PluginManager import PluginManager +from module.PluginManager import PluginManager from module.interaction.EventManager import EventManager from module.network.RequestFactory import RequestFactory from module.web.ServerThread import WebServer @@ -321,7 +321,7 @@ class Core(object): self.remote &= self.config['remote']['activated'] pid = self.isAlreadyRunning() - # dont exit when in test runner + # don't exit when in test runner if pid and not tests: print _("pyLoad already running with pid %s") % pid exit() -- cgit v1.2.3