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-16 11:37:00 (GMT)
committer Marion <marion.zepf@gmail.com>2013-09-16 11:37:00 (GMT)
commita9d49ab15760c75f54c4735162a189ce390c60a2 (patch)
tree5b465332235de143a192c47f5459e8639dfec67b /TurtleArt/taexportpython.py
parent2f3ccc0fcbb5318e50f1e429b93d2ae36a55aad5 (diff)
fix export of 'f(x)' block
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index a97fbca..33c3979 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -39,9 +39,9 @@ from tautils import (debug_output, find_group, find_top_block, get_stack_name)
_SETUP_CODE_START = """\
#!/usr/bin/env python
-from math import sqrt
+from time import *
from random import uniform
-from time import (sleep, time)
+from math import *
from pyexported.window_setup import *