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)
commit88cc23e5313f888b9818ff50c9b6c482fa388e4d
tree8648c92bbc1b03779e718683d8cf7b6a2e60cfe8
parentde9abf7f706d994d8adba5b364dc154450c09160
Use strings not unicode in changelog generator

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