controls/DebugVariablePanel/DebugVariableGraphicViewer.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3764 d92c1a3dafa7
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Oct 28 13:06:52 2022 +0800
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Fri Oct 28 14:07:13 2022 +0800
@@ -23,8 +23,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 
-
-
 from time import time as gettime
 from cycler import cycler
 
@@ -36,7 +34,6 @@
 from matplotlib.backends.backend_wxagg import _convert_agg_to_wx_bitmap
 from matplotlib.backends.backend_agg import FigureCanvasAgg
 from mpl_toolkits.mplot3d import Axes3D
-from six.moves import xrange
 
 from editors.DebugViewer import REFRESH_PERIOD
 from controls.DebugVariablePanel.DebugVariableViewer import *