Skip to content

Commit

Permalink
Fix python path #5
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcat committed Mar 20, 2020
1 parent 70ea6a9 commit c54a282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abiprinter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

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

# Tests for Event Engine.
# Preconditions:
Expand Down

0 comments on commit c54a282

Please sign in to comment.