diff tests/test-subrepo-svn.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 e598c874b4af
children 075a553028e2
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Sun Feb 20 15:31:33 2022 -0700
+++ b/tests/test-subrepo-svn.t	Sun Feb 20 15:35:09 2022 -0700
@@ -249,7 +249,7 @@
 
 verify subrepo is contained within the repo directory
 
-  $ "$PYTHON" -c "from __future__ import print_function; import os.path; print(os.path.exists('s'))"
+  $ "$PYTHON" -c "import os.path; print(os.path.exists('s'))"
   True
 
 update to nullrev (must delete the subrepo)