Commit a70d07fe authored by sumpfralle's avatar sumpfralle

fixed import


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@512 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent bc01a073
......@@ -22,7 +22,7 @@ along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
"""
import pycam.PathProcessors.PathAccumulator
from pycam.Geometry import Point
from pycam.Geometry.Point import Point
from pycam.Geometry.utils import INFINITE
from pycam.PathGenerators import get_max_height_triangles, get_max_height_ode, \
get_free_paths_ode, get_free_paths_triangles, ProgressCounter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment