summaryrefslogtreecommitdiff
path: root/portato/gui
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
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
ANGELOG.md?h=v1.0.0&id=7197e2880981cd4205485cc8724d741948df60de&follow=1'>update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12