From 2081148547ec71a72c198d059c369e2d57ae43bf Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 5 Jul 2008 13:44:19 +0000 Subject: Correct TaskSequence docstring to refer to the addExitListener() method. svn path=/main/trunk/; revision=10945 --- pym/_emerge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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. """ -- cgit v1.2.3-1-g7c22