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/groupchat_control.py')
-rw-r--r--src/groupchat_control.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/groupchat_control.py b/src/groupchat_control.py
index 7cb6a6e2b..f824d01db 100644
--- a/src/groupchat_control.py
+++ b/src/groupchat_control.py
@@ -2320,3 +2320,5 @@ class GroupchatControl(ChatControlBase):
self.grant_owner(widget, jid)
else:
self.revoke_owner(widget, jid)
+
+# vim: se ts=3: \ No newline at end of file