diff -r b112bfdde5cc -r 5b6ad7a7fd9d controls/DebugVariablePanel/DebugVariableViewer.py --- a/controls/DebugVariablePanel/DebugVariableViewer.py Sat Aug 19 21:06:54 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableViewer.py Mon Aug 21 21:55:18 2017 +0300 @@ -46,9 +46,9 @@ HIGHLIGHT_RESIZE_PEN = wx.Pen(wx.Colour(200, 200, 200)) HIGHLIGHT_RESIZE_BRUSH = wx.Brush(wx.Colour(200, 200, 200)) -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- # Base Debug Variable Viewer Class -#------------------------------------------------------------------------------- +# ------------------------------------------------------------------------------- class DebugVariableViewer: