projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dcd5e41
)
Make help message readable for people without a UTF-8 terminal.
author
Eevee
<git@veekun.com>
Wed, 29 Jul 2009 01:31:06 +0000
(18:31 -0700)
committer
Eevee
<git@veekun.com>
Wed, 29 Jul 2009 01:31:06 +0000
(18:31 -0700)
pokedex/__init__.py
patch
|
blob
|
history
diff --git
a/pokedex/__init__.py
b/pokedex/__init__.py
index
4a731d1
..
e142ae6
100644
(file)
--- a/
pokedex/__init__.py
+++ b/
pokedex/__init__.py
@@
-187,6
+187,6
@@
def command_help():
csvexport {uri} [dir] Export data from the database given by the URI
to a set of CSVs.
Directory defaults to cwd.
-"""
+"""
.encode(sys.getdefaultencoding(), 'replace')
sys.exit(0)