tests/test-hardlinks.t
changeset 48876 42d2b31cee0b
parent 48669 7ee07e1a25c0
child 49825 2f2682f40ea0
--- a/tests/test-hardlinks.t	Thu Mar 03 17:34:00 2022 +0100
+++ b/tests/test-hardlinks.t	Sun Feb 20 15:28:44 2022 -0700
@@ -1,7 +1,6 @@
 #require hardlink reporevlogstore
 
   $ cat > nlinks.py <<EOF
-  > from __future__ import print_function
   > import sys
   > from mercurial import pycompat, util
   > for f in sorted(sys.stdin.readlines()):
@@ -17,7 +16,6 @@
 Some implementations of cp can't create hardlinks (replaces 'cp -al' on Linux):
 
   $ cat > linkcp.py <<EOF
-  > from __future__ import absolute_import
   > import sys
   > from mercurial import pycompat, util
   > util.copyfiles(pycompat.fsencode(sys.argv[1]),