From a4f92658dab97a4dfce3028bab68d64e4d9e0236 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 20 Apr 2009 23:09:05 +0000 Subject: [PATCH] fix --- examples/trm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/trm.py b/examples/trm.py index 3b34c2e..fcad93e 100644 --- a/examples/trm.py +++ b/examples/trm.py @@ -85,7 +85,7 @@ def main(argv): function(runner, mtask) print - for trmtask in mtask: + for trmtask in mtask.tasks: print trmtask.trm main(sys.argv)