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-06 14:09:14 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-06 14:09:14 (GMT)
commit4c031d4fc68744fe6140fe9bd197a94c0bdb1158 (patch)
treeaa70a54b132727539c570f7907306d7e3aff1d1b /taexportlogo.py
parent4824059465223de7c21fc6108bd7a402b8431fe9 (diff)
tuple-enabled
Diffstat (limited to 'taexportlogo.py')
-rw-r--r--taexportlogo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/taexportlogo.py b/taexportlogo.py
index d0207ee..e646234 100644
--- a/taexportlogo.py
+++ b/taexportlogo.py
@@ -113,6 +113,8 @@ tasetshade :shade \r"
refbox = 0
myvar = ""
for d in data:
+ if type(d) == type((1,2)):
+ (d,b) = d
if type(d) is float:
if namedbox == 1:
myvar += str(d)