controls/DebugVariablePanel/DebugVariableTextViewer.py
changeset 1736 7e61baa047f0
parent 1730 64d8f52bc8c8
child 1745 f9d32913bad4
--- a/controls/DebugVariablePanel/DebugVariableTextViewer.py	Mon Aug 14 22:30:41 2017 +0300
+++ b/controls/DebugVariablePanel/DebugVariableTextViewer.py	Mon Aug 14 23:27:15 2017 +0300
@@ -34,11 +34,11 @@
 #                     Debug Variable Text Viewer Drop Target
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements a custom drop target class for Debug Variable Text Viewer
-"""
 
 class DebugVariableTextDropTarget(wx.TextDropTarget):
+    """
+    Class that implements a custom drop target class for Debug Variable Text Viewer
+    """
 
     def __init__(self, parent, window):
         """
@@ -144,11 +144,10 @@
 #                      Debug Variable Text Viewer Class
 #-------------------------------------------------------------------------------
 
-"""
-Class that implements a Viewer that display variable values as a text
-"""
-
 class DebugVariableTextViewer(DebugVariableViewer, wx.Panel):
+    """
+    Class that implements a Viewer that display variable values as a text
+    """
 
     def __init__(self, parent, window, items=[]):
         """