Arch: Removed six module

This commit is contained in:
Yorik van Havre
2023-02-24 13:15:46 +01:00
parent 19813124c3
commit 32bd87ff7d
6 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,6 @@
#* *
#***************************************************************************
import six
import FreeCAD, Part, Draft, math, ArchCommands
from FreeCAD import Vector

View File

@@ -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

View File

@@ -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

View File

@@ -21,7 +21,6 @@
"""Helper functions that are used by IFC importer and exporter."""
import sys
import math
import six
import FreeCAD
import Arch

View File

@@ -23,7 +23,6 @@
import FreeCAD, Mesh, Draft, Part
import json
import six
if FreeCAD.GuiUp:
import FreeCADGui

View File

@@ -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: