Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 5d5808f..98d89d9 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -736,6 +736,10 @@ Would you like to save before quitting?'))
else:
return os.path.abspath(dirname)
+ def restore_state(self):
+ ''' Anything that needs restoring after a clear screen can go here '''
+ pass
+
if __name__ == '__main__':
TurtleMain()