Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-23 19:25:23 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-03-23 19:25:23 (GMT)
commit6c2fc3fc76e90de4e2d7ecf4f39fa3331bd0b0aa (patch)
tree2f9f3f9a21d60a2ea8b04f946f2320fb6e9cc7a0 /webtoolbar.py
parent217d1e441afdc768d36d741dade148b7ff96a212 (diff)
Use system gettext again.
Diffstat (limited to 'webtoolbar.py')
-rwxr-xr-xwebtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 3f4ee4f..be91a5f 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -15,6 +15,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import os
import logging
+from gettext import gettext as _
import hippo
import gtk
@@ -24,7 +25,6 @@ from addressentry import AddressEntry
from sugar.graphics.toolbar import Toolbar
from sugar.graphics.iconbutton import IconButton
from sugar.graphics.filechooser import FileChooserDialog
-from sugar.activity.locale import _
class WebToolbar(Toolbar):
def __init__(self, embed):