diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/gui_helper.py | 2 |
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 |