beremiz
Clone
Summary
Browse
Changes
Graph
increase size for time buttons in LogViewer
2016-11-24, Andrey Skvortsov
6df9937f130b
increase size for time buttons in LogViewer
The buttons are slightly bigger now. This gives more space for label
translations in other languages.
closes #12
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