controls/LogViewer.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3759 f713566d5d01
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 
       
    27 
       
    28 from datetime import datetime
    26 from datetime import datetime
    29 from time import time as gettime
    27 from time import time as gettime
    30 from weakref import proxy
    28 from weakref import proxy
    31 
    29 
    32 import numpy
    30 import numpy
    33 import wx
    31 import wx
    34 from six.moves import xrange
       
    35 
    32 
    36 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    33 from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD
    37 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    34 from editors.DebugViewer import DebugViewer, REFRESH_PERIOD
    38 from runtime.loglevels import LogLevelsCount, LogLevels
    35 from runtime.loglevels import LogLevelsCount, LogLevels
    39 from util.BitmapLibrary import GetBitmap
    36 from util.BitmapLibrary import GetBitmap