Check for bytes instead of unicode in args.
authorZac Medico <zmedico@gentoo.org>
Fri, 28 Oct 2011 20:13:07 +0000 (13:13 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 28 Oct 2011 20:13:07 +0000 (13:13 -0700)
commite8da78af846bac21363c85d4bee5d938844843be
tree2fb3f4d7baa85d21c47600190c9acd24d68487c0
parent4198da0184aaec30c41f2e5d2c7af71c4d35b662
Check for bytes instead of unicode in args.

This simplifies the checks since the bytes type is available in all
supported python versions, while the unicode type is only available in
python2.
bin/lock-helper.py
bin/portageq
pym/_emerge/main.py