Skip to content

Commit

Permalink
- move shebangs to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 8, 2024
1 parent 2386da2 commit 4f414cf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/config-package.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
##############################################################################
#
# Copyright (c) 2019 Zope Foundation and Contributors.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/drop-legacy-python.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
##############################################################################
#
# Copyright (c) 2022 Zope Foundation and Contributors.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/meta-cfg-to-toml.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
##############################################################################
#
# Copyright (c) 2020 Zope Foundation and Contributors.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/multi-call.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
##############################################################################
#
# Copyright (c) 2020 Zope Foundation and Contributors.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/re-enable-actions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
##############################################################################
#
# Copyright (c) 2021 Zope Foundation and Contributors.
Expand All @@ -10,7 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
#!/bin/env python3
from shared.call import call
from shared.packages import list_packages
import argparse
Expand Down

0 comments on commit 4f414cf

Please sign in to comment.