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

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