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
Daniel Brötzmann
python-nbxmpp
Commits
49a9e3ab
Commit
49a9e3ab
authored
Oct 17, 2020
by
Philipp Hörist
Browse files
Remove unused variable
parent
8956f272
Changes
1
Hide whitespace changes
Inline
Side-by-side
nbxmpp/old_dispatcher.py
View file @
49a9e3ab
...
...
@@ -208,7 +208,6 @@ class XMPPDispatcher(PlugIn):
self
.
_modules
[
'Tune'
]
=
Tune
(
self
.
_owner
)
self
.
_modules
[
'Location'
]
=
Location
(
self
.
_owner
)
self
.
_modules
[
'UserAvatar'
]
=
UserAvatar
(
self
.
_owner
)
self
.
_modules
[
'Bookmarks'
]
=
Bookmarks
(
self
.
_owner
)
self
.
_modules
[
'OpenPGP'
]
=
OpenPGP
(
self
.
_owner
)
self
.
_modules
[
'OMEMO'
]
=
OMEMO
(
self
.
_owner
)
self
.
_modules
[
'Annotations'
]
=
Annotations
(
self
.
_owner
)
...
...
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