From 139469b06f9d51a9c26e8db17e01df499e9a2e0a Mon Sep 17 00:00:00 2001 From: Colm Kilcoin Date: Tue, 21 Mar 2023 17:33:19 -0400 Subject: [PATCH] Remove shebang line from hash.py #498 Python2 support has been dropped and we do not need to run the module by itself. --- securesystemslib/hash.py | 1 - 1 file changed, 1 deletion(-) diff --git a/securesystemslib/hash.py b/securesystemslib/hash.py index 4ea04e17..3a3c2f40 100755 --- a/securesystemslib/hash.py +++ b/securesystemslib/hash.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python2 """ hash.py