diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-23 17:14:18 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-06-23 17:14:18 +0200 |
commit | cfc13b411023b9bc1460b431abac1798cac94bca (patch) | |
tree | a00b2685f2eb7fb219d79f13fbeff27fcdbe7c70 /module/setup.py | |
parent | closed #339 (diff) | |
download | pyload-cfc13b411023b9bc1460b431abac1798cac94bca.tar.xz |
closed #313
Diffstat (limited to 'module/setup.py')
-rw-r--r-- | module/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/setup.py b/module/setup.py index 9cf125bfd..8677fb65a 100644 --- a/module/setup.py +++ b/module/setup.py @@ -475,6 +475,7 @@ class Setup(): while True: input = raw_input(qst + " %s: " % info) + input = input.decode(sys.stdin.encoding) if input.strip() == "": input = default |