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:
authorYann Leboulanger <asterix@lagaule.org>2013-01-02 16:17:03 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-01-02 16:17:03 +0400
commit8e9d51df59c11d93c0995a086c6ab6a6009ce10e (patch)
tree91148e40e4a45810bf5c83632a2729afe6135f24 /nbxmpp/c14n.py
parent27eabadd7f87f128de87038fa485e52d4cde6e7c (diff)
port code to python3
Diffstat (limited to 'nbxmpp/c14n.py')
-rw-r--r--nbxmpp/c14n.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/c14n.py b/nbxmpp/c14n.py
index 0d318a3..764ecd8 100644
--- a/nbxmpp/c14n.py
+++ b/nbxmpp/c14n.py
@@ -22,7 +22,7 @@
XML canonicalisation methods (for XEP-0116)
"""
-from simplexml import ustr
+from .simplexml import ustr
def c14n(node, is_buggy):
s = "<" + node.name