Atom: avoid TypeError with PyPy
authorZac Medico <zmedico@gentoo.org>
Wed, 8 Jun 2011 19:03:25 +0000 (12:03 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 8 Jun 2011 19:03:25 +0000 (12:03 -0700)
commit0388944a560582abcbf5c7b0257d48918ac11455
tree46f173c54dd26a9c2594e6c450f0004ed0bf6222
parent4cab203adf5ab95d8a0cfa986a1da6c9f2b82809
Atom: avoid TypeError with PyPy

Our test cases pass in raw bytes here, which causes _atom_base.__init__
to raise TypeError with PyPy.
pym/portage/dep/__init__.py