Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-29 22:46:17 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-29 22:46:17 (GMT)
commit88896941ae0184e132f6b8aa35d0eabc13f816e3 (patch)
tree9a2259a4a73e79d1e43b28e191fedada46fc3a5d /turtleblocks.py
parent938a5e6e8973da52aebe114bc8c3f6c2c0fcd0df (diff)
add missing import
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index c28209e..1e6495f 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -58,6 +58,7 @@ from TurtleArt.tapalette import default_values
from TurtleArt.tawindow import TurtleArtWindow
from TurtleArt.taexportlogo import save_logo
from TurtleArt.taexportpython import save_python
+from TurtleArt.taprimitive import PyExportError
from util.menubuilder import MenuBuilder