Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-09-13 22:05:20 (GMT)
committer Marion <marion.zepf@gmail.com>2013-09-13 22:05:20 (GMT)
commitff50727c3613f333c10d5507337d0eb0af0b57ce (patch)
tree24b63ad64a90d1919bdf16f958e6e952330c9afe
parentdcab996c96a7aafd84cd747e32b8ec2a693ddbe9 (diff)
remove extraneous blank lines in exported code, making it pep8-compliant :)
-rw-r--r--TurtleArt/taexportpython.py5
1 files changed, 0 insertions, 5 deletions
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():