eric6/Plugins/VcsPlugins/vcsGit/GitPushDialog.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
28 28
29 @param vcs reference to the git object 29 @param vcs reference to the git object
30 @param repodir directory name of the local repository (string) 30 @param repodir directory name of the local repository (string)
31 @param parent reference to the parent widget (QWidget) 31 @param parent reference to the parent widget (QWidget)
32 """ 32 """
33 super(GitPushDialog, self).__init__(parent) 33 super().__init__(parent)
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 self.__vcs = vcs 36 self.__vcs = vcs
37 self.__repodir = repodir 37 self.__repodir = repodir
38 38

eric ide

mercurial