Skip to content

Commit 6c7ddcc

Browse files
committed
Fix #940
1 parent e9cd48c commit 6c7ddcc

File tree

8 files changed

+6
-8
lines changed

8 files changed

+6
-8
lines changed

src/ifcbimtester/bimtester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# Unix:
33
# $ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
44
# Windows:

src/ifcblenderexport/occ_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
###############################################################################
32
# #
43
# This file is part of IfcOpenShell. #

src/ifcclash/collision.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# This code is taken from the trimesh project at https://github.com/mikedh/trimesh/blob/master/trimesh/collision.py
32
# License MIT https://github.com/mikedh/trimesh/blob/master/LICENSE.md
43

src/ifcclash/ifcclash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import collision
44
import ifcopenshell

src/ifccobie/cobie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico bimtester.py`
33

44
import os

src/ifccsv/ifccsv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifccsv.py`
33

44
import ifcopenshell

src/ifcdiff/ifcdiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
33

44
import ifcopenshell

src/ifcpatch/ifcpatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python3
22
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcpatch.py`
33

44
import ifcopenshell

0 commit comments

Comments
 (0)