<div dir="ltr">This has some syntax errors in it (on inspection, not trying to use it)...<div><br></div><div> - Bruce</div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Sep 30, 2014 at 7:24 AM, Jim Ingham <span dir="ltr"><<a href="mailto:jingham@apple.com" target="_blank">jingham@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+    defexplains_stop (self, event):<br>
</blockquote><div><br></div><div>Should be def explains_stop ...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+    # Since all I'm doing is running a plan, I will only ever get askedthis<br>
+    # if myplan doesn't explain the stop, and in that caseI don'teither.<br>
+        return False<br>
+<br>
+defshould_stop (self, event):<br>
</blockquote><div><br></div><div>Same ...</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">+if self.step_thread_plan.IsPlanComplete():<br>
+            self.thread_plan.SetPlanComplete(True)<br>
+            return True<br>
+else:<br>
+        return False<br>
</blockquote><div><br></div><div>Not indented.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+defshould_step (self):<br>
+return False<br>
</blockquote><div><br></div><div>etc ...</div></div></div></div>