controls/LogViewer.py
changeset 1902 2b7e2db31d81
parent 1881 091005ec69c4
child 1989 9b5c712f4488
equal deleted inserted replaced
1901:e8cf68d69447 1902:2b7e2db31d81
    31 import numpy
    31 import numpy
    32 import wx
    32 import wx
    33 
    33 
    34 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    34 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    35 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    35 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    36 from targets.typemapping import LogLevelsCount, LogLevels
    36 from runtime.loglevels import LogLevelsCount, LogLevels
    37 from util.BitmapLibrary import GetBitmap
    37 from util.BitmapLibrary import GetBitmap
    38 
    38 
    39 
    39 
    40 THUMB_SIZE_RATIO = 1. / 8.
    40 THUMB_SIZE_RATIO = 1. / 8.
    41 
    41