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:
		
						commit
						a5ef1b987f
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user