eric6/Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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