Changeset 6
- Timestamp:
- 04/05/06 08:33:34 (3 years ago)
- Files:
-
- trunk/jsonrpc/apacheServiceHandler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsonrpc/apacheServiceHandler.py
r5 r6 31 31 req.content_type = "text/plain" 32 32 self.handlePartialData(req.read()) 33 self.close() 33 34 34 35 from mod_python import apache