Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexporthtml.py
diff options
context:
space:
mode:
Diffstat (limited to 'taexporthtml.py')
-rw-r--r--taexporthtml.py3
1 files changed, 1 insertions, 2 deletions
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 []