Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-06 22:39:06 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-06 22:39:06 (GMT)
commitd082a08b7d60fa3b75f46940d772e176a6bdc046 (patch)
treefdc00aa7c7729267765b1e02441f706e793581a6
parent7c72f2ce22cc25272a24acf27551cb02af073cc8 (diff)
calling it by its proper name
-rwxr-xr-xturtleblocks.py (renamed from turtleart.py)5
1 files changed, 0 insertions, 5 deletions
diff --git a/turtleart.py b/turtleblocks.py
index 17bc0e7..cf02e51 100755
--- a/turtleart.py
+++ b/turtleblocks.py
@@ -47,11 +47,6 @@ sys.argv[1:] = [] # Execution of import gst cannot see '--help' or '-h'
import gettext
-# Commenting out bindtextdomain so that GNOME can find the installed .mo files,
-# but it will not find the .mo files in the local locale directory when running
-# from a git repository or the unzipped .xo file.
-# gettext.bindtextdomain('org.laptop.TurtleArtActivity', 'locale')
-
from TurtleArt.taconstants import OVERLAY_LAYER, DEFAULT_TURTLE_COLORS
from TurtleArt.tautils import data_to_string, data_from_string, get_save_name
from TurtleArt.tawindow import TurtleArtWindow