Changeset 12

Show
Ignore:
Timestamp:
04/29/07 16:08:53 (2 years ago)
Author:
Jan-Klaas Kollhof
Message:

adding mod-python handler

Files:

Legend:

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

    r11 r12  
    2222from jsonrpc.json import loads, dumps, JSONEncodeException, JSONDecodeException 
    2323from jsonrpc.proxy import ServiceProxy, JSONRPCException 
    24 from jsonrpc.serviceHandler import ServiceMethod, ServiceHandler, ServiceMethodNotFound 
     24from jsonrpc.serviceHandler import ServiceMethod, ServiceHandler, ServiceMethodNotFound, ServiceException 
    2525from jsonrpc.cgiwrapper import handleCGI 
     26from jsonrpc.modpywrapper import handler