beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when graphic element position and size and connection points are decimal
2013-11-07, Laurent Bessard
4278d5c1e414
Fixed bug when graphic element position and size and connection points are decimal
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