def __init__(self, withgui=False, port=9090): AutomatonServer.__init__(self, withgui) Pyro.core.ObjBase.__init__(self) self.port = port self.initialized = False
def __init__(self, withgui=False, port=9090): AutomatonServer.__init__(self, withgui) self.port = port self.encoder = json.JSONEncoder()