commit: 3bea9744c2069f6222d587107e822c7b3a88ed0a Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Jun 1 07:46:41 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Jun 1 07:46:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=3bea9744
scripts/auto-bootstraps/update_distfiles: switch to generic py3 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> scripts/auto-bootstraps/update_distfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-bootstraps/update_distfiles.py b/scripts/auto-bootstraps/update_distfiles.py index 8f44f7fa20..c8c54b7aa7 100755 --- a/scripts/auto-bootstraps/update_distfiles.py +++ b/scripts/auto-bootstraps/update_distfiles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.6 +#!/usr/bin/env python3 import hashlib import os
