beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when closing IECCodeView and IECRawCodeView, reopening them was impossible
2012-08-27, laurent
abf1afc1f04d
Fix bug when closing IECCodeView and IECRawCodeView, reopening them was impossible
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