Changeset 133:566c390ad939

Show
Ignore:
Timestamp:
2007-08-03 20:04:51 (1 year ago)
Author:
Stefan Schwarzer <sschwarzer@sschwarzer.net>
branch:
default
Message:
Added comment on workaround.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • urlpath.py

    r126 r133  
    4040    - make path absolute 
    4141    """ 
     42    # funny workaround for backslash separator :-/ 
    4243    if os.sep == "\\": 
    4344        replacement = "\\\\"