##// END OF EJS Templates
tests: unconditionalize bchr...
Gregory Szorc -
r49715:4cea98b3 default
parent child Browse files
Show More
@@ -1655,9 +1655,7 b' checkcodeglobpats = ['
1655 re.compile(br'.*\$LOCALIP.*$'),
1655 re.compile(br'.*\$LOCALIP.*$'),
1656 ]
1656 ]
1657
1657
1658 bchr = chr
1658 bchr = lambda x: bytes([x])
1659 if PYTHON3:
1660 bchr = lambda x: bytes([x])
1661
1659
1662 WARN_UNDEFINED = 1
1660 WARN_UNDEFINED = 1
1663 WARN_YES = 2
1661 WARN_YES = 2
General Comments 0
You need to be logged in to leave comments. Login now