python: fix string/unicode comparison.
authorJoel Martin <github@martintribe.org>
Thu, 17 Dec 2015 15:20:16 +0000 (09:20 -0600)
committerJoel Martin <github@martintribe.org>
Thu, 17 Dec 2015 15:21:06 +0000 (09:21 -0600)
commit672618d8b8c636e8976c83691e7af6477010681a
treea6d0c663aa6910951c9b148b96bf627152d3e286
parent0840bfda6dd14352015890d2e5b810fdce38b696
python: fix string/unicode comparison.

Fixes #135.
python/mal_types.py
python/printer.py
python/reader.py