From 36a7d1aeb9947d34ac40cbac7a2d643f8beb2f51 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 14 Dec 2012 20:03:25 +0100 Subject: fixed initial setup --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 21d6603e5..55e2e7b01 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -282,7 +282,7 @@ class Core(object): self.version = CURRENT_VERSION if not exists("pyload.conf") and not tests: - from module.setup.Setup import Setup + from module.Setup import Setup print "This is your first start, running configuration assistant now." self.config = ConfigParser() -- cgit v1.2.3