mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-11-27 10:43:46 +03:00
bin2c: Don't assume that the default Python version is higher than 2
This commit is contained in:
parent
77470e73f9
commit
fd19599f3e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user