action_uninstall: use PollScheduler not Scheduler
authorZac Medico <zmedico@gentoo.org>
Sun, 7 Oct 2012 16:59:41 +0000 (09:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Sun, 7 Oct 2012 16:59:41 +0000 (09:59 -0700)
commit61262d1c27e372abb3dc9ba914b1640d2ba65a7f
tree9cb8654115d443e25be78f76df8d0eb7509cc947
parentae17d89347d2c9a604ccc984fb9f83c79e789162
action_uninstall: use PollScheduler not Scheduler

The PollScheduler class suffices here, if we just add a small amount of
logic to calculate the _background attribute from the emerge opts.
pym/_emerge/Scheduler.py
pym/_emerge/actions.py