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
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):
|
||||
|
|
Loading…
Reference in a new issue