Skip to content

Commit

Permalink
Update all shebangs to use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Mar 22, 2024
1 parent 8010fc3 commit fcdd42c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/bump_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import argparse
import re
Expand Down
2 changes: 1 addition & 1 deletion scripts/bloom-export-upstream
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/bloom-generate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/bloom-release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/bloom-update
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-branch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-generate
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-import-upstream
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion scripts/git-bloom-release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

"""
This is a place holder script for use in testing.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import sys
from setuptools import find_packages, setup
Expand Down

0 comments on commit fcdd42c

Please sign in to comment.