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/negotiation.py')
-rw-r--r--src/negotiation.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/negotiation.py b/src/negotiation.py
index c2b1fcf56..865f7d227 100644
--- a/src/negotiation.py
+++ b/src/negotiation.py
@@ -64,3 +64,5 @@ class FeatureNegotiationWindow:
gajim.connections[self.account].send_stanza(rejection)
self.window.destroy()
+
+# vim: se ts=3: \ No newline at end of file