diff --git a/cadquery/freecad_impl/importers.py b/cadquery/freecad_impl/importers.py index 8ce3014..1698a33 100644 --- a/cadquery/freecad_impl/importers.py +++ b/cadquery/freecad_impl/importers.py @@ -21,7 +21,7 @@ """ import cadquery from .verutil import fc_import -from .freecad_impl.shapes import Shape +from .shapes import Shape FreeCAD = fc_import("FreeCAD") Part = fc_import("FreeCAD.Part")