beremiz
Clone
Summary
Browse
Changes
Graph
increase height for ConnectionDialog and ArrayTypeDialog to have
2016-04-20, Andrey Skvortsov
789acd7cc347
increase height for ConnectionDialog and ArrayTypeDialog to have
enough place for buttons
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