From b2894baed1975a61f23c7e2e07999c668976c0b9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 23 Jul 2013 15:57:16 +0000 Subject: add restore_state method used by some plugins, confusions --- (limited to 'turtleblocks.py') 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() -- cgit v0.9.1