Clean up some more import statements

This commit is contained in:
Ebag333
2017-02-10 11:29:52 -08:00
parent 07a2020303
commit 73cc17ce72
3 changed files with 6 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ class GraphFrame(wx.Frame):
from matplotlib.figure import Figure
enabled = True
except ImportError:
mpl = Canvas = Figure = None
matplotlib = mpl = FigureCanvasWxAgg = Canvas = Figure = None
enabled = False
self.legendFix = False