From 78360cab92a1e7eb56cfa11a6fd1682235457ae8 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 21 Aug 2019 12:07:42 +0200 Subject: [PATCH] Arch: export IFC helper, do not use multiple line imports --- src/Mod/Arch/exportIFCHelper.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Mod/Arch/exportIFCHelper.py b/src/Mod/Arch/exportIFCHelper.py index 6a7a623850..b5c38e5193 100644 --- a/src/Mod/Arch/exportIFCHelper.py +++ b/src/Mod/Arch/exportIFCHelper.py @@ -21,7 +21,14 @@ # * * # *************************************************************************** -import FreeCAD, Draft, json, ifcopenshell, math +import json +import ifcopenshell +import math + + +import FreeCAD +import Draft + def getObjectsOfIfcType(objects, ifcType): results = []