From ff50727c3613f333c10d5507337d0eb0af0b57ce Mon Sep 17 00:00:00 2001 From: Marion Date: Fri, 13 Sep 2013 22:05:20 +0000 Subject: remove extraneous blank lines in exported code, making it pep8-compliant :) --- diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py index 19cf48e..a97fbca 100644 --- a/TurtleArt/taexportpython.py +++ b/TurtleArt/taexportpython.py @@ -52,19 +52,14 @@ BOX = {} ACTION = {} - """ _SETUP_CODE_END = """\ - - if __name__ == '__main__': tw.lc.start_time = time() tw.lc.icall(start) gobject.idle_add(tw.lc.doevalstep) gtk.main() - - """ _ACTION_STACK_START = """\ def %s(): -- cgit v0.9.1