##// END OF EJS Templates
py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)...
py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) sys.platform returns unicode on python 3 world. Our code base has most of the things bytes because of the transformer. So we have a bytes version of this as pycompat.sysplatform. This series of 2 patches replaces occurences of sys.platform with pycompat.sysplatform.

File last commit:

r9999:f91e5630 default
r30641:16b5df57 default
Show More
notfound.tmpl
2 lines | 44 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
error: repository {repo} not found