From d7b1073a40278f113dcb7269d275ec6625ef8504 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 16 Aug 2010 21:10:27 +0200 Subject: little fixes --- pyLoadCore.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index c2cb7976a..e211c59ca 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -51,13 +51,6 @@ from traceback import print_exc from xmlrpclib import Binary -import locale -import codecs -encoding = locale.getlocale()[1] -if not encoding: - encoding = "us-ascii" -sys.stdout = codecs.getwriter(encoding)(sys.stdout, errors = "ignore") -sys.stderr = codecs.getwriter(encoding)(sys.stderr, errors = "ignore") from module import InitHomeDir from module.AccountManager import AccountManager -- cgit v1.2.3