beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode
2012-12-03, Laurent Bessard
b3cafb73c5e9
Fix bug in LD_Viewer when selecting group of elements, wire selection was excluded in free drawing mode
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