comparison tests/test-template-functions.t @ 48876:42d2b31cee0b

tests: remove from __future__ from inline Python in tests This is no longer required since we require Python 3 and the linter no longer requires these statements. Differential Revision: https://phab.mercurial-scm.org/D12255
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:28:44 -0700
parents 8c4881c07f57
children 9987d14ad63f
comparison
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
1570 1300000.00 1570 1300000.00
1571 1571
1572 Test cbor filter: 1572 Test cbor filter:
1573 1573
1574 $ cat <<'EOF' > "$TESTTMP/decodecbor.py" 1574 $ cat <<'EOF' > "$TESTTMP/decodecbor.py"
1575 > from __future__ import absolute_import
1576 > from mercurial import ( 1575 > from mercurial import (
1577 > dispatch, 1576 > dispatch,
1578 > ) 1577 > )
1579 > from mercurial.utils import ( 1578 > from mercurial.utils import (
1580 > cborutil, 1579 > cborutil,