##// END OF EJS Templates
py3: convert os.__file__ to bytes...
py3: convert os.__file__ to bytes os.__file__ returns unicode path on Python 3. We need to have bytespath. This patch uses pycompat.fsencode() to encode unicode path to bytes path.

File last commit:

r26148:7f49efca default
r30892:44170550 default
Show More
compat
1 line | 2 B | text/plain | TextLexer
9