beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pou variables information loading stylesheet
2013-10-09, Laurent Bessard
533741e5075c
Fixed pou variables information loading stylesheet
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