Changeset 2

Show
Ignore:
Timestamp:
02/16/06 20:22:20 (3 years ago)
Author:
Jan-Klaas Kollhof
Message:

fixed a bug which made it not work under unix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jsonrpc/apacheServiceHandler.py

    r1 r2  
    3838 
    3939def handler(req):     
    40     (modulePath, fileName) = os.path.split(req.filename.replace("/","\\")
     40    (modulePath, fileName) = os.path.split(req.filename
    4141     
    4242    if not os.path.exists(req.filename):