Don't import the portage.dbapi.dbapi class as portage.dbapi anymore, since
authorZac Medico <zmedico@gentoo.org>
Mon, 22 Feb 2010 01:49:55 +0000 (01:49 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 22 Feb 2010 01:49:55 +0000 (01:49 -0000)
commit4808904f25235d931df6ed4b9093d1ad9395bb6a
treee3734df1abe681e45e533d8c16b4776a59e371eb
parenta85d10088212250a74b2ff1c2b083897d4b3623c
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.

svn path=/main/trunk/; revision=15420
pym/portage/__init__.py
pym/portage/glsa.py