controls/LogViewer.py
changeset 2432 dbc065a2f7a5
parent 1989 9b5c712f4488
child 2437 105c20fdeb19
equal deleted inserted replaced
2431:6923074540dd 2432:dbc065a2f7a5
    28 from time import time as gettime
    28 from time import time as gettime
    29 from weakref import proxy
    29 from weakref import proxy
    30 
    30 
    31 import numpy
    31 import numpy
    32 import wx
    32 import wx
       
    33 from six.moves import xrange
    33 
    34 
    34 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    35 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    35 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    36 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    36 from runtime.loglevels import LogLevelsCount, LogLevels
    37 from runtime.loglevels import LogLevelsCount, LogLevels
    37 from util.BitmapLibrary import GetBitmap
    38 from util.BitmapLibrary import GetBitmap