Skip to content

Commit

Permalink
fix import in python2
Browse files Browse the repository at this point in the history
  • Loading branch information
yfeng95 committed Jul 19, 2018
1 parent 1ed5e4c commit e785a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face3d/mesh_cython/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e785a60

Please sign in to comment.