mirror of
https://forge.fsky.io/oneflux/gajim-otrplugin.git
synced 2026-02-11 03:42:05 -08:00
Bump version to 0.3
- Now will work with any name of directory that contains plugin.
This commit is contained in:
parent
a05f8c4bf1
commit
cfb6062acb
2 changed files with 3 additions and 3 deletions
4
otr.py
4
otr.py
|
|
@ -22,8 +22,8 @@ from inspect import signature
|
|||
from gajim.common import const, app, helpers, configpaths
|
||||
from gajim.session import ChatControlSession
|
||||
from nbxmpp.protocol import Message, JID
|
||||
from otrplugin.potr import context, crypt, proto
|
||||
from otrplugin.keystore import Keystore
|
||||
from .potr import context, crypt, proto
|
||||
from .keystore import Keystore
|
||||
|
||||
# Prototype of OTR Channel (secure conversations between Gajim user (Alice) and Gajim peer (Bob)
|
||||
class OTRChannel(context.Context):
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
import logging
|
||||
from gajim.plugins import GajimPlugin
|
||||
from gajim.common import app
|
||||
from otrplugin.otr import OTR
|
||||
from .otr import OTR
|
||||
|
||||
class OTRPlugin(GajimPlugin):
|
||||
log = logging.getLogger('gajim.p.otr')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue