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-08-09 10:09:02 (GMT)
committer Marion <marion.zepf@gmail.com>2013-08-09 10:09:02 (GMT)
commit491c7fcdf7b19d7059bb4fa5ce240d4bab898a01 (patch)
treefbda8e23cc4c95a2270b19fca60a2c4e383ae0fc /TurtleArt/taexportpython.py
parentceb7b2f9faccfbf1a990401e41e847bb7133c33c (diff)
update the boilerplate exported code with the new location of window_setup
Diffstat (limited to 'TurtleArt/taexportpython.py')
-rw-r--r--TurtleArt/taexportpython.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taexportpython.py b/TurtleArt/taexportpython.py
index b353b6a..20d83af 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -38,7 +38,7 @@ from tautils import (debug_output, find_group, find_top_block)
_SETUP_CODE_START = """\
#!/usr/bin/env python
-from window_setup import *
+from pyexported.window_setup import *
tw = get_tw()