From cf8a8bf48468922dd77cb7685e638acfc600ea69 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 14 Dec 2011 11:08:49 +0100 Subject: more fixes --- pyLoadCore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyLoadCore.py') 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") -- cgit v1.2.3