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
da16e820
Commit
da16e820
authored
Dec 10, 2018
by
Philipp Hörist
Browse files
[openpgp] Adapt to Gajim changes
parent
6b727f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
openpgp/modules/pgp_keylist.py
View file @
da16e820
...
...
@@ -40,10 +40,6 @@ class PGPKeylistData(AbstractPEPData):
type_
=
'openpgp-keylist'
def
__init__
(
self
,
keylist
):
self
.
_pep_specific_data
=
keylist
self
.
data
=
keylist
class
PGPKeylist
(
AbstractPEPModule
):
'''
...
...
@@ -67,11 +63,6 @@ class PGPKeylist(AbstractPEPModule):
store_publish
=
True
_log
=
log
def
__init__
(
self
,
con
):
AbstractPEPModule
.
__init__
(
self
,
con
,
con
.
name
)
self
.
handlers
=
[]
def
_extract_info
(
self
,
item
):
keylist_tag
=
item
.
getTag
(
'public-keys-list'
,
namespace
=
util
.
NS_OPENPGP
)
...
...
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