Skip to content

Commit

Permalink
s/python3.7/python3
Browse files Browse the repository at this point in the history
testing trying to change the shebang from a specific version of python3 to just 'python3' as it'll get rid of errors on Debian:

 * #56
 * #31
  • Loading branch information
maltfield committed Jan 1, 2023
1 parent 2d4c7bb commit d47eb02
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/buskill_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
"""
::
Expand Down
2 changes: 1 addition & 1 deletion src/buskill_gui.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
"""
::
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
#import pdb;pdb.set_trace()
"""
::
Expand Down
2 changes: 1 addition & 1 deletion src/packages/buskill/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
"""
::
Expand Down
2 changes: 1 addition & 1 deletion src/packages/buskill/root_child_mac.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3.7
#!/usr/bin/env python3
"""
::
Expand Down

0 comments on commit d47eb02

Please sign in to comment.