From c494ab2c8e26b1a3b00c5d43bff8a2db52b22cd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 13 Oct 2018 14:00:46 +0200 Subject: [PATCH] [pgp] Fix import --- pgp/pgpplugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pgp/pgpplugin.py b/pgp/pgpplugin.py index 1c6478e..4415cec 100644 --- a/pgp/pgpplugin.py +++ b/pgp/pgpplugin.py @@ -31,6 +31,7 @@ from gajim import dialogs from gajim.common import app from gajim.common.connection_handlers_events import MessageNotSentEvent from gajim.plugins import GajimPlugin +from gajim.plugins.plugins_i18n import _ log = logging.getLogger('gajim.plugin_system.oldpgp')