Sort imports

This commit is contained in:
Andrej730
2025-12-19 18:53:04 +05:00
parent 29176330e8
commit 13be6ccd45
731 changed files with 2234 additions and 1709 deletions
+4 -4
View File
@@ -26,13 +26,13 @@
# #
###############################################################################
import os
import sys
import shutil
import inspect
import os
import shutil
import subprocess
from zipfile import ZipFile
import sys
from urllib.request import urlretrieve
from zipfile import ZipFile
# Test whether Blender and IfcOpenShell are installed
if subprocess.call(['blender','-b','-P','bpy.py','TEST']) != 0: