Plugins/VcsPlugins/vcsMercurial/HgAddSubrepositoryDialog.py

changeset 2962
d6c9d1ca2da4
parent 2302
f29e9405c851
child 3008
7848489bcb92
equal deleted inserted replaced
2961:e4e2efb4846a 2962:d6c9d1ca2da4
25 """ 25 """
26 def __init__(self, projectPath, parent=None): 26 def __init__(self, projectPath, parent=None):
27 """ 27 """
28 Constructor 28 Constructor
29 29
30 @param projectPath project directory name (string)
30 @param parent reference to the parent widget (QWidget) 31 @param parent reference to the parent widget (QWidget)
31 """ 32 """
32 super().__init__(parent) 33 super().__init__(parent)
33 self.setupUi(self) 34 self.setupUi(self)
34 35

eric ide

mercurial