File tree Expand file tree Collapse file tree 8 files changed +6
-8
lines changed
Expand file tree Collapse file tree 8 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
21###############################################################################
32# #
43# This file is part of IfcOpenShell. #
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22
33import collision
44import ifcopenshell
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico bimtester.py`
33
44import os
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifccsv.py`
33
44import ifcopenshell
Original file line number Diff line number Diff line change 1- #!/usr/bin/python3
1+ #!/usr/bin/env python3
22# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
33
44import ifcopenshell
Original file line number Diff line number Diff line change 1- #!/usr/bin/python
1+ #!/usr/bin/env python3
22# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcpatch.py`
33
44import ifcopenshell
You can’t perform that action at this time.
0 commit comments