bin2c: Don't assume that the default Python version is higher than 2

main
Panagiotis Vasilopoulos 2021-04-17 13:16:15 +07:00
parent 77470e73f9
commit fd19599f3e
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270
1 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#-*- coding: utf-8 -*-
"""
bin2c
@ -71,4 +71,4 @@ def main():
if __name__ == '__main__':
main()
main()