From 6429fc12061f1a26d50d1e89250cef8ccb829f60 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Wed, 14 Nov 2007 17:29:13 +0000 Subject: r553@Devoty: necoro | 2007-11-14 18:26:50 +0100 new catapult find API --- portato/gui/gui_helper.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'portato/gui') 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 -- cgit v1.2.3-54-g00ecf