Commit 3f505373 authored by philip_thiem's avatar philip_thiem

small syntax error.

parent f5cd7f42
......@@ -87,7 +87,7 @@ def determine_console_encoding():
if encoding:
codecs.lookup(encoding) # make sure a lookup error is not made
except locale.Error, LookupError:
except (locale.Error, LookupError):
encoding = None
#olders pythons defaulted to this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment