tests/get-with-headers.py
changeset 52728 f8f14e6d032b
parent 49905 cd125eef4388
--- a/tests/get-with-headers.py	Tue Jan 07 14:05:51 2025 +0100
+++ b/tests/get-with-headers.py	Thu Jan 30 13:51:02 2025 -0500
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 """This does HTTP requests (GET by default) given a host:port and path and
 returns a subset of the headers plus the body of the result."""