controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1850 614396cbffbf
parent 1847 6198190bc121
child 1852 70c1cc354a8f
--- a/controls/DebugVariablePanel/DebugVariableViewer.py	Thu Oct 05 16:46:29 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableViewer.py	Fri Oct 06 17:52:34 2017 +0300
@@ -25,9 +25,6 @@
 from collections import OrderedDict
 
 import wx
-
-import matplotlib
-import matplotlib.pyplot
 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
 
 from dialogs.ForceVariableDialog import ForceVariableDialog