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/GnuPG.py')
-rw-r--r--src/common/GnuPG.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/GnuPG.py b/src/common/GnuPG.py
index 928da7bfc..75f707588 100644
--- a/src/common/GnuPG.py
+++ b/src/common/GnuPG.py
@@ -228,3 +228,5 @@ if gajim.HAVE_GPG:
out = out + data + "\n"
out = out + "-----END PGP %s-----\n" % type
return out
+
+# vim: se ts=3: \ No newline at end of file