diff -r c02818d7e29f -r 7e61baa047f0 controls/DebugVariablePanel/DebugVariableViewer.py --- a/controls/DebugVariablePanel/DebugVariableViewer.py Mon Aug 14 22:30:41 2017 +0300 +++ b/controls/DebugVariablePanel/DebugVariableViewer.py Mon Aug 14 23:27:15 2017 +0300 @@ -50,12 +50,12 @@ # Base Debug Variable Viewer Class #------------------------------------------------------------------------------- -""" -Class that implements a generic viewer that display a list of variable values -This class has to be inherited to effectively display variable values -""" class DebugVariableViewer: + """ + Class that implements a generic viewer that display a list of variable values + This class has to be inherited to effectively display variable values + """ def __init__(self, window, items=[]): """