From 98f76c5aca9745cd83a67e7d1d4c725c4929381b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 01 Feb 2010 17:05:47 +0000 Subject: more cleaning up, bug chasing --- (limited to 'taexporthtml.py') diff --git a/taexporthtml.py b/taexporthtml.py index e753d24..4c7f5d2 100644 --- a/taexporthtml.py +++ b/taexporthtml.py @@ -19,7 +19,6 @@ #THE SOFTWARE. import tawindow -import talogo from sugar.activity import activity from sugar.datastore import datastore import os.path @@ -297,7 +296,7 @@ def walk_stack(self, tw, spr): top = tawindow.find_top_block(spr) if spr == top: # only walk the stack if the block is the top block - return talogo.run_blocks(tw.lc, top, tw.block_list.list, False) + return tw.lc.run_blocks(top, tw.block_list.list, False) else: # not top of stack, then return empty list return [] -- cgit v0.9.1