Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taexportpython.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-12-03 17:08:02 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-12-03 17:08:02 (GMT)
commitd489b83b4bf17cec00c10316d3e2d85ca7d92380 (patch)
tree4f4c5baa3c23a72c3dda7e80ae110670eede4e09 /TurtleArt/taexportpython.py
parentc3fe01df954d03839322901fccc43804d31f9f54 (diff)
resync with 194
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 435bd06..9135302 100644
--- a/TurtleArt/taexportpython.py
+++ b/TurtleArt/taexportpython.py
@@ -38,6 +38,7 @@ from tawindow import plugins_in_use
_SETUP_CODE_START = """\
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
_INSTALL_PATH = '/usr/share/sugar/activities/TurtleArt.activity'
_ALTERNATIVE_INSTALL_PATH = \