Commit d8121b0de7b422cc45cf0fc0f8d036015c2dab39

Authored by tfmoraes
1 parent c77c1073

FIX: It was missing a import os.path in viewer_slice.py

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/viewer_slice.py
@@ -18,6 +18,7 @@ @@ -18,6 +18,7 @@
18 #-------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------
19 19
20 import itertools 20 import itertools
  21 +import os.path
21 22
22 import vtk 23 import vtk
23 from vtk.wx.wxVTKRenderWindowInteractor import wxVTKRenderWindowInteractor 24 from vtk.wx.wxVTKRenderWindowInteractor import wxVTKRenderWindowInteractor