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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/xmpp/idlequeue.py b/src/common/xmpp/idlequeue.py
index e8453c430..085902580 100644
--- a/src/common/xmpp/idlequeue.py
+++ b/src/common/xmpp/idlequeue.py
@@ -19,6 +19,7 @@ class IdleObject:
'''
def __init__(self):
self.fd = -1
+ pass
def pollend(self):
''' called on stream failure '''
@@ -219,4 +220,4 @@ class SelectIdleQueue(IdleQueue):
self.check_time_events()
return True
-# vim: se ts=3:
+# vim: se ts=3: \ No newline at end of file