Changeset 11

Show
Ignore:
Timestamp:
04/23/07 20:40:50 (2 years ago)
Author:
Jan-Klaas Kollhof
Message:

adding CGI wrapper, to easily turn CGI scripts into services

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/simple/jsonrpc/__init__.py

    r10 r11  
    2323from jsonrpc.proxy import ServiceProxy, JSONRPCException 
    2424from jsonrpc.serviceHandler import ServiceMethod, ServiceHandler, ServiceMethodNotFound 
     25from jsonrpc.cgiwrapper import handleCGI