mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-31 00:46:36 +00:00
Sort imports
This commit is contained in:
@@ -31,6 +31,7 @@ bl_info = {
|
||||
import importlib
|
||||
import logging
|
||||
import types
|
||||
|
||||
import bpy
|
||||
from bpy_extras.io_utils import ExportHelper
|
||||
|
||||
@@ -141,12 +142,14 @@ imported_modules = make_node_list()
|
||||
reload_event = False
|
||||
|
||||
from os.path import splitext
|
||||
|
||||
import ifcopenshell
|
||||
import ifcopenshell.api
|
||||
import ifcopenshell.api.aggregate
|
||||
import ifcopenshell.api.root
|
||||
import ifcopenshell.api.spatial
|
||||
import ifcopenshell.util.element
|
||||
|
||||
from ifcsverchok.ifcstore import SvIfcStore
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user