eric6/Plugins/VcsPlugins/vcsGit/GitSubmodulesSyncDialog.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
23 @param submodulePaths list of submodule paths 23 @param submodulePaths list of submodule paths
24 @type list of str 24 @type list of str
25 @param parent reference to the parent widget 25 @param parent reference to the parent widget
26 @type QWidget 26 @type QWidget
27 """ 27 """
28 super(GitSubmodulesSyncDialog, self).__init__(parent) 28 super().__init__(parent)
29 self.setupUi(self) 29 self.setupUi(self)
30 30
31 self.submodulesList.addItems(sorted(submodulePaths)) 31 self.submodulesList.addItems(sorted(submodulePaths))
32 32
33 def getData(self): 33 def getData(self):

eric ide

mercurial