##// END OF EJS Templates
py3: replace os.sep with pycompat.ossep (part 1 of 4)...
py3: replace os.sep with pycompat.ossep (part 1 of 4) os.sep returns unicodes on Python 3. We have pycompat.ossep which returns bytes. This patch is a part of 4 patch series which will replace all the occurrences of os.sep to pycompat.ossep

File last commit:

r30346:9cc438bf default
r30613:1112ff99 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer