From 8ba5716c20e99d3ff2e92099eb2d7e8642d28de2 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Wed, 13 Apr 2011 15:37:51 +0000 Subject: revert tagettext magic until it is fixed --- (limited to 'plugins/turtle_blocks_extras/turtle_blocks_extras.py') diff --git a/plugins/turtle_blocks_extras/turtle_blocks_extras.py b/plugins/turtle_blocks_extras/turtle_blocks_extras.py index 6aec358..5d4c1d0 100644 --- a/plugins/turtle_blocks_extras/turtle_blocks_extras.py +++ b/plugins/turtle_blocks_extras/turtle_blocks_extras.py @@ -18,6 +18,7 @@ import gtk from time import time import os.path +from gettext import gettext as _ try: from sugar.datastore import datastore -- cgit v0.9.1