Skip to content

Commit

Permalink
bin2c: Don't assume that the default Python version is higher than 2
Browse files Browse the repository at this point in the history
  • Loading branch information
n0toose committed Apr 17, 2021
1 parent 77470e7 commit fd19599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bin2c.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
"""
bin2c
Expand Down Expand Up @@ -71,4 +71,4 @@ def main():


if __name__ == '__main__':
main()
main()

0 comments on commit fd19599

Please sign in to comment.