##// END OF EJS Templates
py3: use pycompat.bytestr() instead of pycompat.sysstr()...
py3: use pycompat.bytestr() instead of pycompat.sysstr() pycompat.sysstr() doesn’t work because it doesn’t accept arguments of type `type` and returns a unicode object on Python3, while the format string wants a bytes-like object.

File last commit:

r37194:338367d4 default
r44109:c5bcd946 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer