beremiz
Clone
Summary
Browse
Changes
Graph
Quit runtime with SysTray icon menu should not crash anymore
2012-09-21, Edouard Tisserant
b59e563bcada
Quit runtime with SysTray icon menu should not crash anymore
from pyjs.jsonrpc import JSONRPCServiceBase
class JSONRPCService(JSONRPCServiceBase):
def serve(self):
return self.process(request.body.read())
def __call__(self,func):
self.methods[func.__name__]=func
return func