Bump version to 0.3

- Now will work with any name of directory that contains plugin.
dev
annelin 5 years ago
parent a05f8c4bf1
commit cfb6062acb

@ -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…
Cancel
Save