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/xmpp/idlequeue.py')
-rw-r--r--src/common/xmpp/idlequeue.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/idlequeue.py b/src/common/xmpp/idlequeue.py
index ad92b7408..b3be0e755 100644
--- a/src/common/xmpp/idlequeue.py
+++ b/src/common/xmpp/idlequeue.py
@@ -219,3 +219,5 @@ class SelectIdleQueue(IdleQueue):
q.pollend()
self.check_time_events()
return True
+
+# vim: se ts=3: \ No newline at end of file