diff -r 01842255c9ff -r f4b434672204 controls/LogViewer.py --- a/controls/LogViewer.py Mon May 27 09:24:39 2013 +0200 +++ b/controls/LogViewer.py Mon May 27 13:09:54 2013 +0200 @@ -29,7 +29,7 @@ import wx from controls.CustomToolTip import CustomToolTip, TOOLTIP_WAIT_PERIOD -from graphics import DebugViewer, REFRESH_PERIOD +from editors.DebugViewer import DebugViewer, REFRESH_PERIOD from targets.typemapping import LogLevelsCount, LogLevels from util.BitmapLibrary import GetBitmap