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

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/namespaces.py')
-rw-r--r--nbxmpp/namespaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index b2393ba..fd8464b 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -171,4 +171,4 @@ class _Namespaces:
X_OOB: str = 'jabber:x:oob'
-Namespace = _Namespaces()
+Namespace: _Namespaces = _Namespaces()