controls/DebugVariablePanel/DebugVariableGraphicViewer.py
changeset 1736 7e61baa047f0
parent 1734 750eeb7230a1
child 1737 a39c2918c015
--- a/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableGraphicViewer.py	Mon Aug 14 23:27:15 2017 +0300
@@ -67,6 +67,7 @@
 #                      Debug Variable Graphic Viewer Helpers
 #-------------------------------------------------------------------------------
 
+
 def merge_ranges(ranges):
     """
     Merge variables data range in a list to return a range of minimal min range
@@ -107,12 +108,12 @@
 #                   Debug Variable Graphic Viewer Drop Target
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements a custom drop target class for Debug Variable Graphic
-Viewer
-"""
 
 class DebugVariableGraphicDropTarget(wx.TextDropTarget):
+    """
+    Class that implements a custom drop target class for Debug Variable Graphic
+    Viewer
+    """
 
     def __init__(self, parent, window):
         """
@@ -238,11 +239,11 @@
 #                      Debug Variable Graphic Viewer Class
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements a Viewer that display variable values as a graphs
-"""
 
 class DebugVariableGraphicViewer(DebugVariableViewer, FigureCanvas):
+    """
+    Class that implements a Viewer that display variable values as a graphs
+    """
 
     def __init__(self, parent, window, items, graph_type):
         """