Merge package files in a subprocess.
authorZac Medico <zmedico@gentoo.org>
Fri, 12 Nov 2010 07:25:04 +0000 (23:25 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 24 Nov 2010 02:01:04 +0000 (18:01 -0800)
commitdb820dc56d9f3743b193e5e1485d0b333a234fec
treef191b1b9334aed0eeb043a482319d7eea4938b7a
parentf767b79d535793c6f35e922cc17aa1b5df9f8586
Merge package files in a subprocess.

This allows the Scheduler to run in the main thread while files are
moved or copied asynchronously.
pym/portage/dbapi/_MergeProcess.py [new file with mode: 0644]
pym/portage/dbapi/vartree.py