tests/test-blackbox.t
branchstable
changeset 49366 288de6f5d724
parent 48876 42d2b31cee0b
child 50320 adecb1ab4a0d
--- a/tests/test-blackbox.t	Thu Jun 16 15:15:03 2022 +0200
+++ b/tests/test-blackbox.t	Thu Jun 16 15:28:54 2022 +0200
@@ -403,7 +403,6 @@
 when using chg, blackbox.log should get rotated correctly
 
   $ cat > $TESTTMP/noop.py << EOF
-  > from __future__ import absolute_import
   > import time
   > from mercurial import registrar, scmutil
   > cmdtable = {}
@@ -463,7 +462,6 @@
 blackbox should work if repo.ui.log is not called (issue5518)
 
   $ cat > $TESTTMP/raise.py << EOF
-  > from __future__ import absolute_import
   > from mercurial import registrar, scmutil
   > cmdtable = {}
   > command = registrar.command(cmdtable)