summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-14 20:42:23 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2012-12-14 20:42:23 +0100
commitc3ad1aff8d94b90b02195af989a147d1e1140e49 (patch)
treee012b6c606eda459758dbebea5ba0e7b11383458
parentfixed initial setup (diff)
downloadpyload-c3ad1aff8d94b90b02195af989a147d1e1140e49.tar.xz
disabled setup assistant, because its not working
-rwxr-xr-xpyLoadCore.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 55e2e7b01..f47999a1e 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -281,7 +281,9 @@ class Core(object):
self.version = CURRENT_VERSION
- if not exists("pyload.conf") and not tests:
+ # TODO: Re-enable when its working again
+ # TODO: Don't forget it
+ if False and not exists("pyload.conf") and not tests:
from module.Setup import Setup
print "This is your first start, running configuration assistant now."