Commit 68794cab85be6c7c89c3a22dfde9428161ee2f59

Authored by tfmoraes
1 parent 8ac595ad

Resolved the problem with the import of PIL

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/data_notebook.py
... ... @@ -20,7 +20,7 @@
20 20 #--------------------------------------------------------------------------
21 21 import sys
22 22  
23   -from PIL import Image
  23 +import Image
24 24  
25 25 import wx
26 26 import wx.grid
... ...