public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10988 - main/trunk/pym/_emerge
@ 2008-07-08 17:44 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-07-08 17:44 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-07-08 17:44:53 +0000 (Tue, 08 Jul 2008)
New Revision: 10988

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Derive PackageMerge from AsynchronousTask instead of CompositeTask since
CompositeTask is designed for self._current_task to be set.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-07-08 17:26:46 UTC (rev 10987)
+++ main/trunk/pym/_emerge/__init__.py	2008-07-08 17:44:53 UTC (rev 10988)
@@ -2987,7 +2987,7 @@
 		retval = self._install_task.install()
 		return retval
 
-class PackageMerge(CompositeTask):
+class PackageMerge(AsynchronousTask):
 	"""
 	TODO: Implement asynchronous merge so that the scheduler can
 	run while a merge is executing.

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-08 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 17:44 [gentoo-commits] portage r10988 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox