##// END OF EJS Templates
tests: correct Windows output to account for putting repos in `repo` subdir...
tests: correct Windows output to account for putting repos in `repo` subdir These were missed in 55c6ebd11cb9, due to being conditionalized and not running in CI.

File last commit:

r52616:9367571f default
r52836:9b14a8cf default
Show More
base85.pyi
4 lines | 115 B | text/x-python | PythonLexer
version: int
def b85encode(text: bytes, pad: bool = False) -> bytes: ...
def b85decode(text: bytes) -> bytes: ...