summaryrefslogtreecommitdiff
path: root/src/frontEnd/ProjectExplorer.py
diff options
context:
space:
mode:
authoranjalijaiswal082019-06-01 12:18:54 +0530
committernilshah982019-06-13 12:18:39 +0530
commit23c03bea24b2ad59b8abc1394c39985928373598 (patch)
tree28e582169f9e4c6e6e758606b9de535361852860 /src/frontEnd/ProjectExplorer.py
parent06a301b442338236b133a5997b9b9528948ed400 (diff)
downloadeSim-23c03bea24b2ad59b8abc1394c39985928373598.tar.gz
eSim-23c03bea24b2ad59b8abc1394c39985928373598.tar.bz2
eSim-23c03bea24b2ad59b8abc1394c39985928373598.zip
Minor changes
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)