Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-03-04 14:02:38 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-03-04 14:02:38 (GMT)
commit87df7cb62ec5c1d99bcfb816f4187b960610f358 (patch)
treec409a8a1e1be442ed44bc26eaf958627f91e43ab /TurtleArtActivity.py
parent8f2704506c22e8dc3b4cc8590d972897370091b1 (diff)
clean up of save as Logo code
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index e7f3387..355c44c 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -102,7 +102,7 @@ class TurtleArtActivity(activity.Activity):
embed_flag = True
# grab code from stacks
- html = save_html(self,self.tw, embed_flag)
+ html = save_html(self, self.tw, embed_flag)
if len(html) == 0:
return
@@ -166,7 +166,7 @@ class TurtleArtActivity(activity.Activity):
dsobject.metadata['mime_type'] = 'text/plain'
dsobject.metadata['icon-color'] = profile.get_color().to_string()
- # save the html code to the instance directory
+ # save the Logo code to the instance directory
datapath = get_path(activity, 'instance')
# Write the file to the data directory of this activity's root.