From e785a606533780f8423364a731986f2810e395e5 Mon Sep 17 00:00:00 2001 From: YadiraF Date: Thu, 19 Jul 2018 09:51:46 +0800 Subject: [PATCH] fix import in python2 --- face3d/mesh_cython/light.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/face3d/mesh_cython/light.py b/face3d/mesh_cython/light.py index b448676..661c2be 100644 --- a/face3d/mesh_cython/light.py +++ b/face3d/mesh_cython/light.py @@ -9,7 +9,7 @@ from __future__ import print_function import numpy as np -import mesh_core_cython +from . import mesh_core_cython def get_normal(vertices, triangles): ''' calculate normal direction in each vertex