diff --git a/config/config-package.py b/config/config-package.py index cc1dff3..0c3ec1e 100755 --- a/config/config-package.py +++ b/config/config-package.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ############################################################################## # # Copyright (c) 2019 Zope Foundation and Contributors. @@ -10,7 +11,6 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -#!/usr/bin/env python3 from functools import cached_property from shared.call import abort from shared.call import call diff --git a/config/drop-legacy-python.py b/config/drop-legacy-python.py index 1d3ae3a..e24ac7a 100644 --- a/config/drop-legacy-python.py +++ b/config/drop-legacy-python.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ############################################################################## # # Copyright (c) 2022 Zope Foundation and Contributors. @@ -10,7 +11,6 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -#!/usr/bin/env', 'python3 from shared.call import call from shared.call import wait_for_accept from shared.git import get_branch_name diff --git a/config/meta-cfg-to-toml.py b/config/meta-cfg-to-toml.py index a8d7254..5d079f6 100644 --- a/config/meta-cfg-to-toml.py +++ b/config/meta-cfg-to-toml.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ############################################################################## # # Copyright (c) 2020 Zope Foundation and Contributors. @@ -10,7 +11,6 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -#!/usr/bin/env python3 from configparser import ConfigParser from shared.call import call from shared.path import change_dir diff --git a/config/multi-call.py b/config/multi-call.py index b4f8566..bceae41 100644 --- a/config/multi-call.py +++ b/config/multi-call.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ############################################################################## # # Copyright (c) 2020 Zope Foundation and Contributors. @@ -10,7 +11,6 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -#!/usr/bin/env python3 from shared.call import call from shared.packages import list_packages from shared.path import change_dir diff --git a/config/re-enable-actions.py b/config/re-enable-actions.py index a350d2d..1fe0041 100644 --- a/config/re-enable-actions.py +++ b/config/re-enable-actions.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ############################################################################## # # Copyright (c) 2021 Zope Foundation and Contributors. @@ -10,7 +11,6 @@ # FOR A PARTICULAR PURPOSE. # ############################################################################## -#!/bin/env python3 from shared.call import call from shared.packages import list_packages import argparse