Use basestring instead of str for isinstance check inside use_reduce() so
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:42:43 +0000 (06:42 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Mar 2009 06:42:43 +0000 (06:42 -0000)
commit0d91e84737980006f8973851f7b5584414015b49
tree207237f253e11917a4af322cd63175b134f54fda
parentcf75f235937d893d9ad1239af8632cf9c9c87269
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. (trunk r12757)

svn path=/main/branches/2.1.6/; revision=13005
pym/portage/cache/sqlite.py
pym/portage/dep.py