##// END OF EJS Templates
py3: replace os.name with pycompat.osname (part 1 of 2)...
py3: replace os.name with pycompat.osname (part 1 of 2) os.name returns unicodes on py3 and we have pycompat.osname which returns bytes. This series of 2 patches will change every ocurrence of os.name with pycompat.osname.

File last commit:

r16438:28a90cdf default
r30639:d524c885 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer