Arch: Removed six module
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
#* *
|
||||
#***************************************************************************
|
||||
|
||||
import six
|
||||
|
||||
import FreeCAD, Part, Draft, math, ArchCommands
|
||||
from FreeCAD import Vector
|
||||
|
||||
@@ -30,7 +30,6 @@ Internally it uses IfcOpenShell, which must be installed before using.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import six
|
||||
import os
|
||||
import time
|
||||
import tempfile
|
||||
|
||||
@@ -30,7 +30,6 @@ Internally it uses IfcOpenShell, which must be installed before using.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import six
|
||||
import os
|
||||
import math
|
||||
import time
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"""Helper functions that are used by IFC importer and exporter."""
|
||||
import sys
|
||||
import math
|
||||
import six
|
||||
|
||||
import FreeCAD
|
||||
import Arch
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
|
||||
import FreeCAD, Mesh, Draft, Part
|
||||
import json
|
||||
import six
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
import FreeCADGui
|
||||
|
||||
@@ -37,7 +37,12 @@
|
||||
|
||||
"""FreeCAD WebGL Exporter"""
|
||||
|
||||
import FreeCAD,Mesh,Draft,Part,OfflineRenderingUtils,json,six
|
||||
import FreeCAD
|
||||
import Mesh
|
||||
import Draft
|
||||
import Part
|
||||
import OfflineRenderingUtils
|
||||
import json
|
||||
import textwrap
|
||||
|
||||
if FreeCAD.GuiUp:
|
||||
|
||||
Reference in New Issue
Block a user