summaryrefslogtreecommitdiffstats
path: root/actions/services/__init__.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'actions/services/__init__.py.in')
-rwxr-xr-xactions/services/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/services/__init__.py.in b/actions/services/__init__.py.in
index df6a8b4..939c048 100755
--- a/actions/services/__init__.py.in
+++ b/actions/services/__init__.py.in
@@ -22,7 +22,7 @@ try:
import gettext
gettext.bindtextdomain("@GETTEXT_PACKAGE@", "@LOCALEDIR@")
gettext.textdomain("@GETTEXT_PACKAGE@")
- gettext.install("@GETTEXT_PACKAGE@", unicode=1)
+ _ = gettext.gettext
import pygtk
pygtk.require('2.0')
import gtk