Split out a _main_loop_cleanup() method from Scheduler._merge() and call it
authorZac Medico <zmedico@gentoo.org>
Tue, 15 Jul 2008 00:50:13 +0000 (00:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 15 Jul 2008 00:50:13 +0000 (00:50 -0000)
commit77497106fbcb7626ecdf7ef4882aef7690f6f6a9
treeb0434204c68b2d521ba23a47a042e2d017a0acc9
parentda5139d8e2c7b06bf0c1ee92d15507ff0d447afe
Split out a _main_loop_cleanup() method from Scheduler._merge() and call it
before restarting in _restart_if_necessary() to kill any parallel-fetch tasks
that may still be running.

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