Commit 9b1bf2bbe06174e19c3328c31d6349906486e52c
1 parent
e62d86bd
Exists in
master
and in
5 other branches
FIX: Fixed error in generate surface in the win32 and win64 ticket #271
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/surface_process.py
@@ -6,7 +6,7 @@ import numpy | @@ -6,7 +6,7 @@ import numpy | ||
6 | import vtk | 6 | import vtk |
7 | 7 | ||
8 | import i18n | 8 | import i18n |
9 | -import data.converters | 9 | +import converters |
10 | from scipy import ndimage | 10 | from scipy import ndimage |
11 | 11 | ||
12 | class SurfaceProcess(multiprocessing.Process): | 12 | class SurfaceProcess(multiprocessing.Process): |