diff options
author | Zac Medico <zmedico@gentoo.org> | 2008-07-05 13:44:19 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2008-07-05 13:44:19 +0000 |
commit | 2081148547ec71a72c198d059c369e2d57ae43bf (patch) | |
tree | 635fb58dcd19b3024c88c89dce0b4f5479002608 | |
parent | 4c58bae9f12591f3b9d3536980bda62dfad54a5b (diff) | |
download | portage-2081148547ec71a72c198d059c369e2d57ae43bf.tar.gz portage-2081148547ec71a72c198d059c369e2d57ae43bf.tar.bz2 portage-2081148547ec71a72c198d059c369e2d57ae43bf.zip |
Correct TaskSequence docstring to refer to the addExitListener() method.
svn path=/main/trunk/; revision=10945
-rw-r--r-- | pym/_emerge/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |