Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « nbxmpp - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a0cc65d9477aca323e72522c52a325dea772fce (plain)
1
2
3
4
5
6
7
import gi

from .protocol import *

gi.require_version('Soup', '2.4')

__version__ = "1.0.1"