summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-14 11:08:49 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-12-14 11:08:49 +0100
commitcf8a8bf48468922dd77cb7685e638acfc600ea69 (patch)
treec15960aaab798cdeb986cb282c4a640f9f767bda /pyLoadCore.py
parentfix console encoding on nt (diff)
downloadpyload-cf8a8bf48468922dd77cb7685e638acfc600ea69.tar.xz
more fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 25d623df6..2bcfde3c8 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -278,11 +278,11 @@ class Core(object):
except SystemExit:
pass
except KeyboardInterrupt:
- print _("Setup interrupted")
+ print "\nSetup interrupted"
except:
res = False
print_exc()
- print _("Setup failed")
+ print "Setup failed"
if not res:
remove("pyload.conf")