diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-16 21:10:27 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-16 21:10:27 +0200 |
commit | d7b1073a40278f113dcb7269d275ec6625ef8504 (patch) | |
tree | 891f653ebcc4a657dfa06a48b9b2a3537ca1598d /pyLoadCore.py | |
parent | Youtube Playlist (diff) | |
download | pyload-d7b1073a40278f113dcb7269d275ec6625ef8504.tar.xz |
little fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 7 |
1 files changed, 0 insertions, 7 deletions
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 |