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/socks5.py')
-rw-r--r--src/common/socks5.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/socks5.py b/src/common/socks5.py
index c7aa99bf9..c81321362 100644
--- a/src/common/socks5.py
+++ b/src/common/socks5.py
@@ -1083,3 +1083,5 @@ class Socks5Receiver(Socks5, IdleObject):
self.file_props['disconnect_cb'] = None
if self.queue is not None:
self.queue.remove_receiver(self.queue_idx, False)
+
+# vim: se ts=3: \ No newline at end of file