eric6/Plugins/VcsPlugins/vcsGit/GitFetchDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8259
2bbec88047dd
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
23 23
24 @param vcs reference to the git object 24 @param vcs reference to the git object
25 @param repodir directory name of the local repository (string) 25 @param repodir directory name of the local repository (string)
26 @param parent reference to the parent widget (QWidget) 26 @param parent reference to the parent widget (QWidget)
27 """ 27 """
28 super(GitFetchDialog, self).__init__(parent) 28 super().__init__(parent)
29 self.setupUi(self) 29 self.setupUi(self)
30 30
31 self.__vcs = vcs 31 self.__vcs = vcs
32 self.__repodir = repodir 32 self.__repodir = repodir
33 33

eric ide

mercurial