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/simplexml.py')
-rw-r--r--src/common/xmpp/simplexml.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/simplexml.py b/src/common/xmpp/simplexml.py
index 89a6cec59..0c65a0b2f 100644
--- a/src/common/xmpp/simplexml.py
+++ b/src/common/xmpp/simplexml.py
@@ -424,3 +424,5 @@ def BadXML2Node(xml):
I.e. "<html>some text <br>some more text". Will raise xml.parser.expat.parsererror on misplaced
tags though. F.e. "<b>some text <br>some more text</b>" will not work."""
return NodeBuilder(xml).getDom()
+
+# vim: se ts=3: \ No newline at end of file