diff tests/test-convert-git.t @ 48879:9987d14ad63f

py2: drop some more from __future__ statements These are no longer needed after dropping support for Python 2. Differential Revision: https://phab.mercurial-scm.org/D12258
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:35:09 -0700
parents fd3d4b7f8e62
children 2b658c6a9c4b
line wrap: on
line diff
--- a/tests/test-convert-git.t	Sun Feb 20 15:31:33 2022 -0700
+++ b/tests/test-convert-git.t	Sun Feb 20 15:35:09 2022 -0700
@@ -435,7 +435,7 @@
   $ cd git-repo3-hg
   $ hg up -C
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
-  $ "$PYTHON" -c 'from __future__ import print_function; print(len(open("b", "rb").read()))'
+  $ "$PYTHON" -c 'print(len(open("b", "rb").read()))'
   4096
   $ cd ..