tests/test-rename.t
branchstable
changeset 49366 288de6f5d724
parent 48879 9987d14ad63f
child 49621 55c6ebd11cb9
--- a/tests/test-rename.t	Thu Jun 16 15:15:03 2022 +0200
+++ b/tests/test-rename.t	Thu Jun 16 15:28:54 2022 +0200
@@ -682,7 +682,6 @@
 "hg cp" does not preserve the mtime, so it should be newer than the 2009
 timestamp.
   $ hg cp -q mtime mtime_cp
-  >>> from __future__ import print_function
   >>> import os
   >>> filename = "mtime_cp/f"
   >>> print(os.stat(filename).st_mtime < 1234567999)
@@ -691,7 +690,6 @@
 (modulo some fudge factor due to not every system supporting 1s-level
 precision).
   $ hg mv -q mtime mtime_mv
-  >>> from __future__ import print_function
   >>> import os
   >>> filename = "mtime_mv/f"
   >>> print(os.stat(filename).st_mtime < 1234567999)