From: Zac Medico Date: Sat, 5 Jul 2008 13:44:19 +0000 (-0000) Subject: Correct TaskSequence docstring to refer to the addExitListener() method. X-Git-Tag: v2.2_rc2~193 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2081148547ec71a72c198d059c369e2d57ae43bf;p=portage.git Correct TaskSequence docstring to refer to the addExitListener() method. svn path=/main/trunk/; revision=10945 --- diff --git a/pym/_emerge/__init__.py b/pym/_emerge/__init__.py index 33d7ea075..eefa68921 100644 --- a/pym/_emerge/__init__.py +++ b/pym/_emerge/__init__.py @@ -1526,7 +1526,7 @@ class CompositeTask(AsynchronousTask): class TaskSequence(CompositeTask): """ A collection of tasks that executes sequentially. Each task - must have a _set_returncode() method that can be wrapped as + must have a addExitListener() method that can be used as a means to trigger movement from one task to the next. """