controls/DebugVariablePanel/GraphButton.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1782 5b6ad7a7fd9d
--- 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):
         """