diff options
Diffstat (limited to 'src/projManagement/openProject.py')
-rw-r--r-- | src/projManagement/openProject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projManagement/openProject.py b/src/projManagement/openProject.py index 7c9e23d1..c1a56dbc 100644 --- a/src/projManagement/openProject.py +++ b/src/projManagement/openProject.py @@ -28,11 +28,11 @@ class OpenProjectInfo(QtGui.QWidget): """ This class is called when User click on Open Project Button """ + def __init__(self): super(OpenProjectInfo, self).__init__() self.obj_validation = Validation() - def body(self): """ Open a project directory using Qt GUI and validate |