From 7b3b02133ff0faa5808bd610ecfb8efd7cfcb374 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Mon, 18 Aug 2014 15:19:52 -0400 Subject: [PATCH] Attempting to track down an exception with importing a STEP file. --- cadquery/freecad_impl/importers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cadquery/freecad_impl/importers.py b/cadquery/freecad_impl/importers.py index e6a000b..8ce3014 100644 --- a/cadquery/freecad_impl/importers.py +++ b/cadquery/freecad_impl/importers.py @@ -21,6 +21,7 @@ """ import cadquery from .verutil import fc_import +from .freecad_impl.shapes import Shape FreeCAD = fc_import("FreeCAD") Part = fc_import("FreeCAD.Part")