Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index b36a051..8614fb8 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -39,10 +39,12 @@ from sugar.graphics.toolbutton import ToolButton
from sugar.datastore import datastore
from sugar import profile
-from gettext import gettext as _
import os.path
import tarfile
+# installs the global _() magic
+import TurtleArt.tagettext
+
from TurtleArt.tapalette import palette_names, help_strings
from TurtleArt.taconstants import OVERLAY_LAYER, ICON_SIZE, BLOCK_SCALE
from TurtleArt.taexporthtml import save_html