beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping POU from project tree and POU is selected
2013-06-11, Laurent Bessard
e77c95c4c7fc
Fixed bug when drag'n dropping POU from project tree and POU is selected
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