34 @param repodir directory containing the superproject |
34 @param repodir directory containing the superproject |
35 @type str |
35 @type str |
36 @param parent reference to the parent widget |
36 @param parent reference to the parent widget |
37 @type QWidget |
37 @type QWidget |
38 """ |
38 """ |
39 super(GitSubmoduleAddDialog, self).__init__(parent) |
39 super().__init__(parent) |
40 self.setupUi(self) |
40 self.setupUi(self) |
41 |
41 |
42 self.__vcs = vcs |
42 self.__vcs = vcs |
43 self.__repodir = repodir |
43 self.__repodir = repodir |
44 |
44 |