From 87df7cb62ec5c1d99bcfb816f4187b960610f358 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 04 Mar 2010 14:02:38 +0000 Subject: clean up of save as Logo code --- (limited to 'TurtleArtActivity.py') 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. -- cgit v0.9.1