Skip to content

Commit

Permalink
make interpreter be python3
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Apr 8, 2022
1 parent de76f1c commit 3007e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itermocil
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

from itermocil import main

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

import argparse
import os
Expand Down

0 comments on commit 3007e99

Please sign in to comment.