Commit 33b14f6ffd2095f446c3b37b6020bd1b2ca81262
1 parent
f13a4b79
Exists in
master
Removed c++ casmoothing version import and better import of cython casmoothing
Showing
1 changed file
with
1 additions
and
6 deletions
Show diff stats
invesalius/data/surface.py
@@ -37,12 +37,7 @@ import invesalius.data.surface_process as surface_process | @@ -37,12 +37,7 @@ import invesalius.data.surface_process as surface_process | ||
37 | import invesalius.utils as utl | 37 | import invesalius.utils as utl |
38 | import invesalius.data.vtk_utils as vu | 38 | import invesalius.data.vtk_utils as vu |
39 | 39 | ||
40 | -try: | ||
41 | - import ca_smoothing | ||
42 | -except ImportError: | ||
43 | - import data.ca_smoothing as ca_smoothing | ||
44 | - | ||
45 | -import cy_mesh | 40 | +from invesalius.data import cy_mesh |
46 | # TODO: Verificar ReleaseDataFlagOn and SetSource | 41 | # TODO: Verificar ReleaseDataFlagOn and SetSource |
47 | 42 | ||
48 | class Surface(): | 43 | class Surface(): |