beremiz
Clone
Summary
Browse
Changes
Graph
Remove dirtylibs test while freeing plc libs in PLCObject.py
2009-09-16, laurent
af20e07e53c5
Remove dirtylibs test while freeing plc libs in PLCObject.py
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