From 8521720f7efab13039c8c0fe1afb188607a466cf Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 28 Apr 2020 12:27:18 -0700 Subject: [PATCH] python3? --- tools/strip_hashes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/strip_hashes.py b/tools/strip_hashes.py index 988e72eb8..4a4fa3aca 100755 --- a/tools/strip_hashes.py +++ b/tools/strip_hashes.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Removes hash information from requirement files passed to it as file path arguments or simply piped to stdin."""