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
6beb41a7
Commit
6beb41a7
authored
Dec 22, 2018
by
Philipp Hörist
Browse files
[omemo] Reference python 3 dependencies
parent
4b6e641c
Changes
1
Hide whitespace changes
Inline
Side-by-side
omemo/omemoplugin.py
View file @
6beb41a7
...
...
@@ -41,8 +41,8 @@ from omemo.xmpp import DevicelistPEP
from
omemo.gtk.key
import
KeyDialog
from
omemo.gtk.config
import
OMEMOConfigDialog
CRYPTOGRAPHY_MISSING
=
'You are missing Python-Cryptography'
AXOLOTL_MISSING
=
'You are missing Python-Axolotl or use an outdated version'
CRYPTOGRAPHY_MISSING
=
'You are missing Python
3
-Cryptography'
AXOLOTL_MISSING
=
'You are missing Python
3
-Axolotl or use an outdated version'
PROTOBUF_MISSING
=
'OMEMO cant import Google Protobuf, you can find help in '
\
'the GitHub Wiki'
ERROR_MSG
=
''
...
...
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