Move dbapi and related classes out of __init__.py into their own subpackage.
authorMarius Mauch <genone@gentoo.org>
Sat, 10 Feb 2007 18:18:48 +0000 (18:18 -0000)
committerMarius Mauch <genone@gentoo.org>
Sat, 10 Feb 2007 18:18:48 +0000 (18:18 -0000)
commit17761b7794ed015d3e1ff7aa5551449537f71f89
tree40f8a835dc4d09e29d976ad5551d61693a0e8c56
parent662e913455dc14125a95792fea3287cb1de27f1a
Move dbapi and related classes  out of __init__.py into their own subpackage.
Also perform some minor cleanups.

svn path=/main/trunk/; revision=5939
pym/portage/__init__.py
pym/portage/dbapi/__init__.py [new file with mode: 0644]
pym/portage/dbapi/bintree.py [new file with mode: 0644]
pym/portage/dbapi/porttree.py [new file with mode: 0644]
pym/portage/dbapi/vartree.py [new file with mode: 0644]
pym/portage/dbapi/virtual.py [new file with mode: 0644]