Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taexportlogo.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-01 17:05:47 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-01 17:05:47 (GMT)
commit98f76c5aca9745cd83a67e7d1d4c725c4929381b (patch)
tree12fe0955c6ffa55357a6512c631a7ec1b877997e /taexportlogo.py
parent861293558f6ab522d615839556de58db8bf04fb1 (diff)
more cleaning up, bug chasing
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index 939486c..94e5016 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -19,7 +19,6 @@
#THE SOFTWARE.
import tawindow
-import talogo
import math
try:
from sugar.datastore import datastore
@@ -322,7 +321,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
- code = talogo.run_blocks(tw.lc, top, tw.block_list.list, False)
+ code = tw.lc.run_blocks(top, tw.block_list.list, False)
return code
else:
# not top of stack, then return empty list