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/session.py')
-rw-r--r--src/session.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.py b/src/session.py
index 97b04ac2b..bcd54f13d 100644
--- a/src/session.py
+++ b/src/session.py
@@ -461,3 +461,5 @@ class ChatControlSession(stanza_session.EncryptedStanzaSession):
resource = resource, session = self)
negotiation.FeatureNegotiationWindow(account, self.jid, self, form)
+
+# vim: se ts=3: \ No newline at end of file