beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
2013-03-06, Laurent Bessard
dc1318160073
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
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