Changeset 2
- Timestamp:
- 02/16/06 20:22:20 (3 years ago)
- Files:
-
- trunk/jsonrpc/apacheServiceHandler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsonrpc/apacheServiceHandler.py
r1 r2 38 38 39 39 def handler(req): 40 (modulePath, fileName) = os.path.split(req.filename .replace("/","\\"))40 (modulePath, fileName) = os.path.split(req.filename) 41 41 42 42 if not os.path.exists(req.filename):