Removed an unneeded import and fixed tab-space mixing issues.
This commit is contained in:
parent
e51b54d6c4
commit
19c84868a8
|
@ -20,7 +20,7 @@
|
||||||
a string containing the model content.
|
a string containing the model content.
|
||||||
"""
|
"""
|
||||||
import cadquery
|
import cadquery
|
||||||
from .shapes import Shape, Compound
|
from .shapes import Shape
|
||||||
|
|
||||||
import FreeCAD
|
import FreeCAD
|
||||||
import Part
|
import Part
|
||||||
|
|
|
@ -16,8 +16,8 @@ if sys.platform.startswith("win"):
|
||||||
else:
|
else:
|
||||||
OUTDIR = "/tmp"
|
OUTDIR = "/tmp"
|
||||||
|
|
||||||
class TestImporters(BaseTest):
|
|
||||||
|
|
||||||
|
class TestImporters(BaseTest):
|
||||||
def importBox(self, importType, fileName):
|
def importBox(self, importType, fileName):
|
||||||
"""
|
"""
|
||||||
Exports a simple box to a STEP file and then imports it again
|
Exports a simple box to a STEP file and then imports it again
|
||||||
|
|
Loading…
Reference in New Issue
Block a user