summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
authorNecoro <>2007-11-14 17:29:13 +0000
committerNecoro <>2007-11-14 17:29:13 +0000
commit6429fc12061f1a26d50d1e89250cef8ccb829f60 (patch)
treee14bee720fb058fc633bcd91741ee2512c0e0f36 /portato/gui/gui_helper.py
parent1c9de74334d5c7f9209291bb02661f67ca737cc1 (diff)
downloadportato-6429fc12061f1a26d50d1e89250cef8ccb829f60.tar.gz
portato-6429fc12061f1a26d50d1e89250cef8ccb829f60.tar.bz2
portato-6429fc12061f1a26d50d1e89250cef8ccb829f60.zip
r553@Devoty: necoro | 2007-11-14 18:26:50 +0100
new catapult find API
Diffstat (limited to '')
-rw-r--r--portato/gui/gui_helper.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 67cae70..e590a69 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -18,6 +18,8 @@ import os, pty
import signal, threading, time
from subprocess import Popen, PIPE, STDOUT
+from gettext import lgettext as _
+
# some backend things
from .. import backend, plugin
from ..backend import flags, system, set_system