diff -r a80a66ba52d6 -r 9f6f46dbe3ae controls/LogViewer.py --- a/controls/LogViewer.py Fri Oct 28 13:06:52 2022 +0800 +++ b/controls/LogViewer.py Fri Oct 28 14:07:13 2022 +0800 @@ -23,15 +23,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - from datetime import datetime from time import time as gettime from weakref import proxy import numpy import wx -from six.moves import xrange from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD from editors.DebugViewer import DebugViewer, REFRESH_PERIOD