Commit 65beb362 authored by sumpfralle's avatar sumpfralle

adapt the import statements to the recent changes in pycam.Geometry


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@505 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 343ef209
...@@ -21,7 +21,9 @@ You should have received a copy of the GNU General Public License ...@@ -21,7 +21,9 @@ You should have received a copy of the GNU General Public License
along with PyCAM. If not, see <http://www.gnu.org/licenses/>. along with PyCAM. If not, see <http://www.gnu.org/licenses/>.
""" """
from pycam.Geometry import Point, Line, Triangle from pycam.Geometry.Point import Point
from pycam.Geometry.Line import Line
from pycam.Geometry.Triangle import Triangle
from pycam.Geometry.PointKdtree import PointKdtree from pycam.Geometry.PointKdtree import PointKdtree
from pycam.Geometry.TriangleKdtree import TriangleKdtree from pycam.Geometry.TriangleKdtree import TriangleKdtree
from pycam.Geometry.Model import Model from pycam.Geometry.Model import Model
......
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