Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:00:59 +0000 (06:00 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:00:59 +0000 (06:00 -0000)
commit548a5301c6d6390ba11808ee91247c9ab649574a
treeaf91f6a4638dd8a6a2464f02a93b9055e5a3e2b4
parent87231f133db9f0e286199d5be67bd45292622520
Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +
StringIO usage with shlex.split() where appropriate. (trunk r12662)

svn path=/main/branches/2.1.6/; revision=12925
bin/repoman
pym/_emerge/__init__.py
pym/portage/__init__.py
pym/portage/getbinpkg.py
pym/portage/util.py