Use strings not unicode in changelog generator
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Jul 2011 09:26:07 +0000 (09:26 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 19 Jul 2011 09:26:07 +0000 (09:26 +0000)
commit5787e846341afbe1dff019d1cffe266b6846aa9e
tree27a0cfc1ecb2acaf82c6edc41850ed45822a93e5
parent513c5f317395ef3bcd87f80739ffb50785c2cc57
Use strings not unicode in changelog generator

* bin/git2gch: Python 3000 treats strings as unicode by default, so we
should too.
bin/git2gch