beremiz
Clone
Summary
Browse
Changes
Graph
Fix confnode new name format that generates an error with frame class name in wxGlade extension
2012-09-13, laurent
3f997fb22928
Fix confnode new name format that generates an error with frame class name in wxGlade extension
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