This commit is contained in:
Dion Moult
2020-07-31 16:12:14 +10:00
parent e9cd48c62d
commit 6c7ddcca9c
8 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# Unix:
# $ pyinstaller --onefile --clean --icon=icon.ico --add-data "features:features" bimtester.py`
# Windows:
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python3
###############################################################################
# #
# This file is part of IfcOpenShell. #
-1
View File
@@ -1,4 +1,3 @@
#!/usr/bin/python3
# This code is taken from the trimesh project at https://github.com/mikedh/trimesh/blob/master/trimesh/collision.py
# License MIT https://github.com/mikedh/trimesh/blob/master/LICENSE.md
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import collision
import ifcopenshell
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico bimtester.py`
import os
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifccsv.py`
import ifcopenshell
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcdiff.py`
import ifcopenshell
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# This can be packaged with `pyinstaller --onefile --clean --icon=icon.ico ifcpatch.py`
import ifcopenshell