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/dh.py')
-rw-r--r--src/common/dh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/dh.py b/src/common/dh.py
index 1d62636a4..f336edc16 100644
--- a/src/common/dh.py
+++ b/src/common/dh.py
@@ -205,3 +205,5 @@ def hex_to_decimal(stripee):
return int(stripee.translate(all_ascii, string.whitespace), 16)
primes = map(hex_to_decimal, hex_primes)
+
+# vim: se ts=3: \ No newline at end of file