Commit 1d2dde67a86f6d7c88c67c8ea247c18533f540ae
1 parent
6e3a079f
Exists in
usp-navegador
FIX:Import numpy.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/data/viewer_volume.py
| @@ -19,6 +19,7 @@ | @@ -19,6 +19,7 @@ | ||
| 19 | 19 | ||
| 20 | import sys | 20 | import sys |
| 21 | 21 | ||
| 22 | +import numpy | ||
| 22 | import wx | 23 | import wx |
| 23 | import vtk | 24 | import vtk |
| 24 | from vtk.wx.wxVTKRenderWindowInteractor import wxVTKRenderWindowInteractor | 25 | from vtk.wx.wxVTKRenderWindowInteractor import wxVTKRenderWindowInteractor |