From bf8e254c435c972a7ab28700eab48a2b6ae79c57 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 --- scripts/thready-time-signature.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/thready-time-signature.py') diff --git a/scripts/thready-time-signature.py b/scripts/thready-time-signature.py index e3bd0bf..7dbd383 100755 --- a/scripts/thready-time-signature.py +++ b/scripts/thready-time-signature.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """ Time PKCS #11 signatures. -- cgit v1.2.3