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/client.py')
-rw-r--r--src/common/xmpp/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/client.py b/src/common/xmpp/client.py
index bc2335eff..8d6bfa9cc 100644
--- a/src/common/xmpp/client.py
+++ b/src/common/xmpp/client.py
@@ -320,3 +320,5 @@ class Component(CommonClient):
raise auth.NotAuthorized(self.SASL.startsasl)
except:
self.DEBUG(self.DBG,"Failed to authenticate %s"%name,'error')
+
+# vim: se ts=3: \ No newline at end of file