diff -r c02818d7e29f -r 7e61baa047f0 controls/DebugVariablePanel/DebugVariableTextViewer.py --- 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=[]): """