summaryrefslogtreecommitdiff
path: root/src/frontEnd/ProjectExplorer.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontEnd/ProjectExplorer.py')
-rw-r--r--src/frontEnd/ProjectExplorer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontEnd/ProjectExplorer.py b/src/frontEnd/ProjectExplorer.py
index d84f41e0..9128370e 100644
--- a/src/frontEnd/ProjectExplorer.py
+++ b/src/frontEnd/ProjectExplorer.py
@@ -11,7 +11,7 @@ class ProjectExplorer(QtGui.QWidget):
def __init__(self):
"""
This method is doing following tasks:
- a)initializing objects used in full program.
+ a)Working as a constructor for class ProjectExplorer.
b)view of project explorer area.
"""
QtGui.QWidget.__init__(self)