eric6/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
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

eric ide

mercurial