Commit fac09b04d3f0ddfbc4f8acfb8eb6df59e174f56e

Authored by tatiana
1 parent 4f43bf27

FIX: import sys in frame.py

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
invesalius/gui/frame.py
@@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
16 # PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais 16 # PARTICULAR. Consulte a Licenca Publica Geral GNU para obter mais
17 # detalhes. 17 # detalhes.
18 #-------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------
  19 +import sys
  20 +
19 import wx 21 import wx
20 import wx.aui 22 import wx.aui
21 import wx.lib.pubsub as ps 23 import wx.lib.pubsub as ps