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

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/xmpp/c14n.py')
-rw-r--r--src/common/xmpp/c14n.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/c14n.py b/src/common/xmpp/c14n.py
index b58e0a1d6..91fecaa0d 100644
--- a/src/common/xmpp/c14n.py
+++ b/src/common/xmpp/c14n.py
@@ -34,3 +34,5 @@ def normalise_attr(val):
def normalise_text(val):
return val.replace('&', '&amp;').replace('<', '&lt;').replace('>', '&gt;').replace('\r', '&#xD;')
+
+# vim: se ts=3: \ No newline at end of file