Skip to content

Commit

Permalink
Add/correct shebang for Python 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
haerfest committed Jan 1, 2022
1 parent 9a88cfa commit bf77389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin2uef.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import sys

from argparse import ArgumentParser
Expand Down
2 changes: 1 addition & 1 deletion uef2wave.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from argparse import ArgumentParser
from functools import reduce
Expand Down

0 comments on commit bf77389

Please sign in to comment.