From b7e1cf46f7c88740732dea1d9885193567af2e78 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 13 Jul 2020 00:33:21 -0400 Subject: Whack all Python shebangs to Python 3 --- libraries/libprof/profile-runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries') diff --git a/libraries/libprof/profile-runner.py b/libraries/libprof/profile-runner.py index e7ec55f..b96d6b6 100755 --- a/libraries/libprof/profile-runner.py +++ b/libraries/libprof/profile-runner.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Tool to run some test code under the profiler on the Cryptech Alpha. -- cgit v1.2.3