Use basestring instead of str for isinstance check inside use_reduce() so
authorZac Medico <zmedico@gentoo.org>
Thu, 5 Mar 2009 04:43:39 +0000 (04:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 5 Mar 2009 04:43:39 +0000 (04:43 -0000)
commit7a0ef076761ee1dd6e41765f608071ede1b70ba8
tree6aad7f580e91a4b935ffdede17203f7096aca638
parent41caf107f990e4d4f45a641d1caf0f12f21895bc
Use basestring instead of str for isinstance check inside use_reduce() so
that it works with unicode and remove related unicode to str workaround
code from the sqlite cache module.

svn path=/main/trunk/; revision=12757
pym/portage/cache/sqlite.py
pym/portage/dep.py