diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-14 20:03:25 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-12-14 20:03:25 +0100 |
commit | 36a7d1aeb9947d34ac40cbac7a2d643f8beb2f51 (patch) | |
tree | 4f23ce360c57558263a59d0e279c673480db452d | |
parent | cleaned setup (diff) | |
download | pyload-36a7d1aeb9947d34ac40cbac7a2d643f8beb2f51.tar.xz |
fixed initial setup
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |