Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
diff options
context:
space:
mode:
authorMarion <marion.zepf@gmail.com>2013-09-06 10:01:10 (GMT)
committer Marion <marion.zepf@gmail.com>2013-09-06 10:01:10 (GMT)
commit440b2fd29dd1bce06678e9f2d774ee5e443cad96 (patch)
treeca6c31df57f6ffbf7d90ed95ff5a80f0f0e4c3bf /TurtleArt/taexportpython.py
parent20e59359edae3d88b65c08523607050401e38693 (diff)
add Primitive and special export handling for the 'wait' block
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index 0d1e27a..db00add 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -41,6 +41,7 @@ _SETUP_CODE_START = """\
from math import sqrt
from random import uniform
+from time import sleep
from pyexported.window_setup import *