beremiz
Clone
Summary
Browse
Changes
Graph
change white background for project tree element to transparent
2017-01-16, Andrey Skvortsov
25e3bf6e193d
change white background for project tree element to transparent
because on GNU/Linux project tree has grey background, therefore
white background looks not good.
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