tests/test-profile.t
branchstable
changeset 49366 288de6f5d724
parent 48876 42d2b31cee0b
child 50725 7e5be4a7cda7
--- a/tests/test-profile.t	Thu Jun 16 15:15:03 2022 +0200
+++ b/tests/test-profile.t	Thu Jun 16 15:28:54 2022 +0200
@@ -132,7 +132,6 @@
 profiler extension could be loaded before other extensions
 
   $ cat > fooprof.py <<EOF
-  > from __future__ import absolute_import
   > import contextlib
   > import sys
   > @contextlib.contextmanager
@@ -147,7 +146,6 @@
   > EOF
 
   $ cat > otherextension.py <<EOF
-  > from __future__ import absolute_import
   > def extsetup(ui):
   >     ui.write(b'otherextension: loaded\n')
   > EOF