summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-14 20:03:25 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-14 20:03:25 +0100
commit36a7d1aeb9947d34ac40cbac7a2d643f8beb2f51 (patch)
tree4f23ce360c57558263a59d0e279c673480db452d
parentcleaned setup (diff)
downloadpyload-36a7d1aeb9947d34ac40cbac7a2d643f8beb2f51.tar.xz
fixed initial setup
-rwxr-xr-xpyLoadCore.py2
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()