tests/test-worker.t
changeset 48876 42d2b31cee0b
parent 48874 af0b21d5a930
child 49876 950c39918bd2
--- a/tests/test-worker.t	Thu Mar 03 17:34:00 2022 +0100
+++ b/tests/test-worker.t	Sun Feb 20 15:28:44 2022 -0700
@@ -1,7 +1,6 @@
 Test UI worker interaction
 
   $ cat > t.py <<EOF
-  > from __future__ import absolute_import, print_function
   > import sys
   > import time
   > from mercurial import (
@@ -100,7 +99,6 @@
 Workers should not do cleanups in all cases
 
   $ cat > $TESTTMP/detectcleanup.py <<EOF
-  > from __future__ import absolute_import
   > import atexit
   > import os
   > import sys
@@ -134,7 +132,6 @@
 Do not crash on partially read result
 
   $ cat > $TESTTMP/detecttruncated.py <<EOF
-  > from __future__ import absolute_import
   > import os
   > import sys
   > import time