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-11-28 08:42:22 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-11-28 08:42:22 (GMT)
commitd257cd8de99729c37b17b515836a368236471419 (patch)
tree5363e9dae6ff4dcc3a9b6eb8957fe58d56904449 /TurtleArt/taexportpython.py
parent989ac2fe1d56006b1e067266428336ecbb5e77f4 (diff)
add coding line for utf-8
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 = \