projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c58bae
)
Correct TaskSequence docstring to refer to the addExitListener() method.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 5 Jul 2008 13:44:19 +0000
(13:44 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 5 Jul 2008 13:44:19 +0000
(13:44 -0000)
svn path=/main/trunk/; revision=10945
pym/_emerge/__init__.py
patch
|
blob
|
history
diff --git
a/pym/_emerge/__init__.py
b/pym/_emerge/__init__.py
index 33d7ea0751287614db0e60e911cfbe5caca688fd..eefa68921aac87f07e8eabff2254456198c5e4a8 100644
(file)
--- 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 wrapp
ed as
+ must have a
addExitListener() method that can be us
ed as
a means to trigger movement from one task to the next.
"""