Removed an unneeded import and fixed tab-space mixing issues.

This commit is contained in:
Jeremy Wright 2014-12-11 20:42:41 -05:00
parent e51b54d6c4
commit 19c84868a8
3 changed files with 30 additions and 30 deletions

View File

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

View File

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