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

This commit is contained in:
Panagiotis Vasilopoulos 2021-04-17 13:16:15 +03:00
parent 77470e73f9
commit fd19599f3e
No known key found for this signature in database
GPG Key ID: FD806FDB3B2C5270

View File

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