Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, since
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:54:43 +0000 (20:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:54:43 +0000 (20:54 -0000)
commit5ebaf0da2313944d86e822d484d4099afc0d2d72
tree4a7a33ab872a386008eef465d567a849e0fa7cc2
parent500d4f28f05b932654236acac9e87c34a3bfb94b
Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, since
it results in a strange namespace collision (portage.dbapi is both a class
and a module). Hopefully this won't break any api consumers since it's a pure
 virtual class anyway. (trunk r15420)

svn path=/main/branches/2.1.7/; revision=15642
pym/portage/__init__.py