Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Malte L
gajim-plugins
Commits
eb80f10c
Commit
eb80f10c
authored
Oct 27, 2018
by
Andriy Kushnir
Committed by
Philipp Hörist
Nov 02, 2018
Browse files
[openpgp] Fix _() import
Fixes #358
parent
d9d393d1
Changes
3
Hide whitespace changes
Inline
Side-by-side
openpgp/gtk/key.py
View file @
eb80f10c
...
...
@@ -25,6 +25,7 @@ from gajim.common import app
from
gajim.common.const
import
DialogButton
,
ButtonAction
from
gajim.gtk
import
NewConfirmationDialog
from
gajim.plugins.plugins_i18n
import
_
from
openpgp.modules.util
import
Trust
...
...
openpgp/gtk/wizard.py
View file @
eb80f10c
...
...
@@ -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'
)
...
...
openpgp/pgpplugin.py
View file @
eb80f10c
...
...
@@ -30,6 +30,7 @@ from gajim.common import configpaths
from
gajim.common
import
helpers
from
gajim.common.const
import
CSSPriority
from
gajim.gtk.dialogs
import
ErrorDialog
from
gajim.plugins.plugins_i18n
import
_
from
openpgp.modules.util
import
NS_NOTIFY
from
openpgp.modules.util
import
ENCRYPTION_NAME
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment