beremiz
Clone
Summary
Browse
Changes
Graph
make FindInPouDialog work on Windows with wxPython 2.8
2016-12-29, Andrey Skvortsov
3bffe3bd8d78
make FindInPouDialog work on Windows with wxPython 2.8
additional fix for changeset 474de7f
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