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/contacts.py')
-rw-r--r--src/common/contacts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/contacts.py b/src/common/contacts.py
index d96e27cf3..efbf14a8c 100644
--- a/src/common/contacts.py
+++ b/src/common/contacts.py
@@ -614,3 +614,5 @@ class Contacts:
if not nick in nick_list:
return None
return self._gc_contacts[account][room_jid][nick]
+
+# vim: se ts=3: \ No newline at end of file