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/gajim.py')
-rw-r--r--src/common/gajim.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/gajim.py b/src/common/gajim.py
index c70139c10..2a46d30b8 100644
--- a/src/common/gajim.py
+++ b/src/common/gajim.py
@@ -388,3 +388,5 @@ def get_priority(account, show):
config.get_per('accounts', account, 'adjust_priority_with_status'):
return config.get_per('accounts', account, 'autopriority_' + show)
return config.get_per('accounts', account, 'priority')
+
+# vim: se ts=3: \ No newline at end of file