eric6/Plugins/VcsPlugins/vcsMercurial/CloseheadExtension/ProjectHelper.py

changeset 8218
7c09585bd960
parent 7970
c4ee8a81584c
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
22 """ 22 """
23 def __init__(self): 23 def __init__(self):
24 """ 24 """
25 Constructor 25 Constructor
26 """ 26 """
27 super(CloseheadProjectHelper, self).__init__() 27 super().__init__()
28 28
29 def initActions(self): 29 def initActions(self):
30 """ 30 """
31 Public method to generate the action objects. 31 Public method to generate the action objects.
32 """ 32 """

eric ide

mercurial