Use bytes instead of unicode with isinstance.
authorZac Medico <zmedico@gentoo.org>
Sat, 29 Oct 2011 00:12:11 +0000 (17:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 29 Oct 2011 00:12:11 +0000 (17:12 -0700)
commita828ef4cb5ee60e448a95bb746a55fb476b1c575
treed9832e8bfae8c266da28d72e665f5d3c165e52f3
parent967bc855b7e4db529afbe8b7bf7f8ed7ea55858a
Use bytes instead of unicode with isinstance.

This is preferred since the bytes type is available in all supported
python versions, while the unicode type is only available in python2.
bin/repoman
bin/xpak-helper.py
pym/portage/elog/mod_syslog.py
pym/portage/util/__init__.py