beremiz
Clone
Summary
Browse
Changes
Graph
Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
2012-03-18, Edouard Tisserant
166db2cb630b
Stripped dead code in bug report dialog.\nFixed error when log flooded while quitting
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