Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
da16e820
Commit
da16e820
authored
Dec 10, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openpgp] Adapt to Gajim changes
parent
6b727f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
openpgp/modules/pgp_keylist.py
openpgp/modules/pgp_keylist.py
+0
-9
No files found.
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