Skip to content

Commit fd19599

Browse files
committed
bin2c: Don't assume that the default Python version is higher than 2
1 parent 77470e7 commit fd19599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/bin2c.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
#-*- coding: utf-8 -*-
33
"""
44
bin2c
@@ -71,4 +71,4 @@ def main():
7171

7272

7373
if __name__ == '__main__':
74-
main()
74+
main()

0 commit comments

Comments
 (0)