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/browser.py')
-rw-r--r--src/common/xmpp/browser.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/browser.py b/src/common/xmpp/browser.py
index d696606a8..7d89a95bd 100644
--- a/src/common/xmpp/browser.py
+++ b/src/common/xmpp/browser.py
@@ -214,3 +214,5 @@ class Browser(PlugIn):
if dt.has_key('xdata'): q.addChild(node=dt['xdata'])
conn.send(rep)
raise NodeProcessed
+
+# vim: se ts=3: \ No newline at end of file