beremiz
Clone
Summary
Browse
Changes
Graph
Added forgotten wampconf.json in tests/wamp
2015-02-09, Edouard Tisserant
c162f1b0fbac
Added forgotten wampconf.json in tests/wamp
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