From f120a263ec422739d201843a5979bfabdf410708 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:33:14 -0400 Subject: Whack all Python shebangs to Python 3 --- unit-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unit-tests.py') diff --git a/unit-tests.py b/unit-tests.py index b1e8a21..c2f7171 100644 --- a/unit-tests.py +++ b/unit-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2016, NORDUnet A/S # All rights reserved. -- cgit v1.2.3