Make tile_compiler.py hashbang more portable

This commit is contained in:
Juhani Krekelä 2022-01-16 13:32:51 +00:00
parent c6020f1102
commit dee8126afc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!python
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'r') as f: