Removed unneeded freecad_impl reference.

This commit is contained in:
Jeremy Wright 2014-08-18 15:21:39 -04:00
parent 7b3b02133f
commit f096136da9

View File

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