tests/test-import.t
changeset 48876 42d2b31cee0b
parent 48369 35f1ecd84bd0
child 50725 7e5be4a7cda7
--- a/tests/test-import.t	Thu Mar 03 17:34:00 2022 +0100
+++ b/tests/test-import.t	Sun Feb 20 15:28:44 2022 -0700
@@ -71,7 +71,6 @@
 regardless of the commit message in the patch)
 
   $ cat > dummypatch.py <<EOF
-  > from __future__ import print_function
   > print('patching file a')
   > open('a', 'wb').write(b'line2\n')
   > EOF