Commit 9b1bf2bbe06174e19c3328c31d6349906486e52c

Authored by Paulo Henrique Junqueira Amorim
1 parent e62d86bd

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 6 import vtk
7 7  
8 8 import i18n
9   -import data.converters
  9 +import converters
10 10 from scipy import ndimage
11 11  
12 12 class SurfaceProcess(multiprocessing.Process):
... ...