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/passwords.py')
-rw-r--r--src/common/passwords.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/passwords.py b/src/common/passwords.py
index 9e50e8ae9..1ec2f29dc 100644
--- a/src/common/passwords.py
+++ b/src/common/passwords.py
@@ -137,3 +137,5 @@ def get_password(account_name):
def save_password(account_name, password):
return get_storage().save_password(account_name, password)
+
+# vim: se ts=3: \ No newline at end of file