[openpgp] Fix _() import

Fixes #358
This commit is contained in:
Andriy Kushnir (Orhideous)
2018-10-27 20:29:46 +03:00
committed by Philipp Hörist
parent d9d393d1dd
commit eb80f10c21
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ from gi.repository import Gtk
from gi.repository import GLib
from gajim.common import app
from gajim.plugins.plugins_i18n import _
log = logging.getLogger('gajim.plugin_system.openpgp.wizard')