Replace the fakdbapi class that is used to track depgraph state with a
authorZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 05:01:49 +0000 (05:01 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 10 Apr 2008 05:01:49 +0000 (05:01 -0000)
commiteb626722018f342fc58d7e7004f16d59145b2480
tree37f235ce68102b4b42df226ff67b3654f78d619e
parentedab8bea2083fdbbfa285b9b82623f37e9f6c46e
Replace the fakdbapi class that is used to track depgraph state with a
similar PackageVirtualDbapi class that uses Package instances internally.
This eliminates some redundancy since the Package instances can be reused
elsewhere, unlike the internal data structures used by fakedbapi.

svn path=/main/trunk/; revision=9786
pym/_emerge/__init__.py