beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
2013-04-23, Laurent Bessard
efcc2283dd77
Fixed bug when using 'Adjust Block Size' contextual menu item on a group of selected elements
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