Fix shebang in command-line scripts

This commit is contained in:
Bruno Postle
2020-07-30 00:58:35 +01:00
committed by Dion Moult
parent a337c480a9
commit 0cc816922c
7 changed files with 7 additions and 2 deletions
Regular → Executable
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
import ifcopenshell