Skip to content

Commit

Permalink
Merge pull request #4 from catseye/develop-0.5-2022.09xx
Browse files Browse the repository at this point in the history
By default, launch driver scripts using Python 3.
  • Loading branch information
cpressey authored Sep 12, 2022
2 parents d756a32 + b6982e1 commit 5938c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/castile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from os.path import realpath, dirname, join
import sys
Expand Down
2 changes: 1 addition & 1 deletion bin/stackmac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from os.path import realpath, dirname, join
import sys
Expand Down

0 comments on commit 5938c1a

Please sign in to comment.