Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webview.py
diff options
context:
space:
mode:
Diffstat (limited to 'webview.py')
-rwxr-xr-xwebview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webview.py b/webview.py
index cd4d299..1aba1c8 100755
--- a/webview.py
+++ b/webview.py
@@ -14,13 +14,13 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import os
+from gettext import gettext as _
import gobject
import gtk
import logging
from sugar.graphics.filechooser import FileChooserDialog
-from sugar.activity.locale import _
from _sugar import Browser
from _sugar import PushScroller