def __init__(self):
"""
Most important init method
"""
self.events = []
self.mode = "m"
self.proxy = xmlrpclib.ServerProxy("http://localhost:20757")
self.lock = thread.allocate_lock()
self.event_to_send = -1
文章目录