changeset 33721 | 24849d53697d |
parent 33334 | 20f533a92eda |
child 34085 | e8a7c1a0565a |
--- a/tests/test-commit-interactive-curses.t Thu Jun 15 13:32:32 2017 -0400 +++ b/tests/test-commit-interactive-curses.t Thu Jun 15 14:22:25 2017 -0400 @@ -345,7 +345,7 @@ > $PYTHON <<EOF > from mercurial import hg, ui;\ > repo = hg.repository(ui.ui.load(), ".");\ - > print repo.ui.interface("chunkselector") + > print(repo.ui.interface("chunkselector")) > EOF > } $ chunkselectorinterface