37 @param path path of the repository to serve |
37 @param path path of the repository to serve |
38 @type str |
38 @type str |
39 @param parent reference to the parent widget |
39 @param parent reference to the parent widget |
40 @type QWidget |
40 @type QWidget |
41 """ |
41 """ |
42 super(HgServeDialog, self).__init__(parent) |
42 super().__init__(parent) |
43 |
43 |
44 self.vcs = vcs |
44 self.vcs = vcs |
45 self.__repoPath = path |
45 self.__repoPath = path |
46 |
46 |
47 self.__styles = ["paper", "coal", "gitweb", "monoblue", "spartan", ] |
47 self.__styles = ["paper", "coal", "gitweb", "monoblue", "spartan", ] |