Fix build for current python bindings.

This commit is contained in:
Jérémie Dumas
2018-11-12 22:56:45 +01:00
parent 1225b8d5a9
commit b0c518a05f
46 changed files with 111 additions and 25 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import pyigl as igl
import sys
import os
TUTORIAL_SHARED_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../tutorial/shared/")
TUTORIAL_SHARED_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../tutorial/data/")
def check_dependencies(deps):
available = [hasattr(igl, m) for m in deps]