X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/c9893e996c9b2a857491eb403834b900e9ab3df1..333b394a4eeb4c9ea5b5fb5b2a7a8fc7539d5194:/pokedex/__init__.py diff --git a/pokedex/__init__.py b/pokedex/__init__.py index ccffaf2..6a4ab95 100644 --- a/pokedex/__init__.py +++ b/pokedex/__init__.py @@ -15,7 +15,7 @@ def main(): # XXX there must be a better way to get Unicode argv # XXX this doesn't work on Windows durp - enc = sys.stdin.encoding + enc = sys.stdin.encoding or 'utf8' args = [_.decode(enc) for _ in args] # Find the command as a function in this file