Changeset 11
- Timestamp:
- 04/23/07 20:40:50 (2 years ago)
- Files:
-
- branches/simple/jsonrpc/__init__.py (modified) (1 diff)
- branches/simple/jsonrpc/_tests/test_cgiwrapper.py (added)
- branches/simple/jsonrpc/cgiwrapper.py (added)
- branches/simple/setup.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/simple/jsonrpc/__init__.py
r10 r11 23 23 from jsonrpc.proxy import ServiceProxy, JSONRPCException 24 24 from jsonrpc.serviceHandler import ServiceMethod, ServiceHandler, ServiceMethodNotFound 25 from jsonrpc.cgiwrapper import handleCGI