eric6/Plugins/VcsPlugins/vcsMercurial/HgServeDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
child 8234
fcb6b4b96274
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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", ]

eric ide

mercurial