tests/get-with-headers.py
changeset 48875 6000f5b25c9b
parent 47582 6bceecb28806
child 49905 cd125eef4388
--- a/tests/get-with-headers.py	Sun Feb 20 15:18:15 2022 -0700
+++ b/tests/get-with-headers.py	Thu Mar 03 17:34:00 2022 +0100
@@ -3,7 +3,6 @@
 """This does HTTP GET requests given a host:port and path and returns
 a subset of the headers plus the body of the result."""
 
-from __future__ import absolute_import
 
 import argparse
 import json