new indentation

This commit is contained in:
Yann Leboulanger 2004-07-08 19:56:30 +00:00
parent 125cdb2a46
commit 60fdfc66e5
1 changed files with 33 additions and 33 deletions

View File

@ -26,7 +26,7 @@ import common.thread
class GajimHub:
def __init__(self):
self.queues = {}
""" {event1:[queue1, queue2]} """
# {event1:[queue1, queue2]}
self.events = {}
self.queueIn = self.newQueue('in', 100)
# END __init__