diff -r c02818d7e29f -r 7e61baa047f0 controls/DebugVariablePanel/GraphButton.py --- a/controls/DebugVariablePanel/GraphButton.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/DebugVariablePanel/GraphButton.py Mon Aug 14 23:27:15 2017 +0300 @@ -30,11 +30,11 @@ # Custom button for Graphic Viewer Class #------------------------------------------------------------------------------- -""" -Class that implements a custom button for graphic Viewer -""" class GraphButton(): + """ + Class that implements a custom button for graphic Viewer + """ def __init__(self, x, y, bitmap, callback): """