Fix path and graphFrame issue. I could have sworn these were already fixed during the previous merge...
This commit is contained in:
@@ -53,21 +53,6 @@ except ImportError:
|
||||
graphFrame_enabled = False
|
||||
mplImported = False
|
||||
|
||||
class GraphFrame(wx.Frame):
|
||||
def __init__(self, parent, style=wx.DEFAULT_FRAME_STYLE | wx.NO_FULL_REPAINT_ON_RESIZE | wx.FRAME_FLOAT_ON_PARENT):
|
||||
|
||||
global graphFrame_enabled
|
||||
global mplImported
|
||||
|
||||
self.mpl_version = int(mpl.__version__[0])
|
||||
imp.find_module('matplotlib')
|
||||
graphFrame_enabled = True
|
||||
mplImported = True
|
||||
except ImportError:
|
||||
graphFrame_enabled = False
|
||||
mplImported = False
|
||||
|
||||
|
||||
pyfalog = Logger(__name__)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user