summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-10-03 19:21:05 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-10-03 19:21:05 +0200
commita8d3e8341eee6af4c778f512d7f8584c476d49fe (patch)
tree777681f695f64488c4aa5e869cf937112077befc /pyload/Core.py
parentsmall bug fixes (diff)
downloadpyload-a8d3e8341eee6af4c778f512d7f8584c476d49fe.tar.xz
basically working web setup
Diffstat (limited to 'pyload/Core.py')
-rw-r--r--pyload/Core.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 5e083a14e..4f20ae33e 100644
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -277,10 +277,8 @@ class Core(object):
self.version = CURRENT_VERSION
- # TODO: Re-enable when its working again
- # TODO: Don't forget it
- if False and not exists("pyload.conf") and not tests:
- from Setup import Setup
+ if not exists("pyload.conf") and not tests:
+ from setup.Setup import Setup
print "This is your first start, running configuration assistant now."
self.config = ConfigParser()