List Archive: gentoo-commits
1.1 |
Author: zmedico
Date: 2008-07-05 13:44:19 +0000 (Sat, 05 Jul 2008)
New Revision: 10945
Modified:
main/trunk/pym/_emerge/__init__.py
Log:
Correct TaskSequence docstring to refer to the addExitListener() method.
Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py 2008-07-05 13:34:21 UTC (rev 10944)
+++ main/trunk/pym/_emerge/__init__.py 2008-07-05 13:44:19 UTC (rev 10945)
@@ -1526,7 +1526,7 @@
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.
"""
--
gentoo-commits@g.o mailing list
|
|