From d8121b0de7b422cc45cf0fc0f8d036015c2dab39 Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Sun, 25 Oct 2009 09:55:31 +0000 Subject: [PATCH] FIX: It was missing a import os.path in viewer_slice.py --- invesalius/data/viewer_slice.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index e1e6345..9904c32 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -18,6 +18,7 @@ #-------------------------------------------------------------------------- import itertools +import os.path import vtk from vtk.wx.wxVTKRenderWindowInteractor import wxVTKRenderWindowInteractor -- libgit2 0.21.2