Merge pull request #281 from panos/develop

bin2c: Don't assume that the default Python version is higher than 2
This commit is contained in:
JF002 2021-05-02 10:44:41 +02:00 committed by GitHub
commit a5ef1b987f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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()