summaryrefslogtreecommitdiff
path: root/silx/math/marchingcubes.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'silx/math/marchingcubes.pyx')
-rw-r--r--silx/math/marchingcubes.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/silx/math/marchingcubes.pyx b/silx/math/marchingcubes.pyx
index 4c3c496..0409691 100644
--- a/silx/math/marchingcubes.pyx
+++ b/silx/math/marchingcubes.pyx
@@ -37,7 +37,7 @@ import numpy
cimport numpy as cnumpy
cimport cython
-cimport mc
+cimport silx.math.mc as mc
# From numpy_common.pxi to avoid warnings while compiling C code