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
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
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
26653d47
Commit
26653d47
authored
Oct 17, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[omemo] Fix missing imports
parent
a76d8af3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
omemo/file_crypto.py
omemo/file_crypto.py
+1
-0
omemo/omemo_connection.py
omemo/omemo_connection.py
+2
-0
omemo/omemoplugin.py
omemo/omemoplugin.py
+1
-0
No files found.
omemo/file_crypto.py
View file @
26653d47
...
...
@@ -34,6 +34,7 @@ from io import BufferedWriter, FileIO, BytesIO
from
gi.repository
import
GLib
from
gajim.common
import
app
from
gajim.common
import
configpaths
from
gajim.plugins.plugins_i18n
import
_
from
gajim.gtk.dialogs
import
ErrorDialog
,
YesNoDialog
from
omemo.gtk.progress
import
ProgressWindow
if
os
.
name
==
'nt'
:
...
...
omemo/omemo_connection.py
View file @
26653d47
...
...
@@ -13,6 +13,8 @@ from gajim.common import helpers
from
gajim.common
import
configpaths
from
gajim.common.connection_handlers_events
import
MessageNotSentEvent
from
gajim.plugins.plugins_i18n
import
_
from
omemo.xmpp
import
(
NS_NOTIFY
,
NS_OMEMO
,
NS_EME
,
NS_HINTS
,
BundleInformationAnnouncement
,
BundleInformationQuery
,
DeviceListAnnouncement
,
DevicelistQuery
,
...
...
omemo/omemoplugin.py
View file @
26653d47
...
...
@@ -34,6 +34,7 @@ from gajim import dialogs
from
gajim.common
import
app
,
ged
from
gajim.common.pep
import
SUPPORTED_PERSONAL_USER_EVENTS
from
gajim.plugins
import
GajimPlugin
from
gajim.plugins.plugins_i18n
import
_
from
gajim.groupchat_control
import
GroupchatControl
from
omemo.xmpp
import
DevicelistPEP
...
...
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