Mercurial > public > mercurial-scm > hg-stable
diff tests/test-bugzilla.t @ 48967: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 | 7370f302be71 |
children |
line wrap: on
line diff
--- a/tests/test-bugzilla.t Thu Mar 03 17:34:00 2022 +0100 +++ b/tests/test-bugzilla.t Sun Feb 20 15:28:44 2022 -0700 @@ -1,7 +1,6 @@ mock bugzilla driver for testing template output: $ cat <<EOF > bzmock.py - > from __future__ import absolute_import > from mercurial import extensions > from mercurial import pycompat > from mercurial import registrar