controls/DebugVariablePanel/DebugVariableViewer.py
changeset 1782 5b6ad7a7fd9d
parent 1736 7e61baa047f0
child 1807 5562f34f2fc2
--- 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: