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

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

eric ide

mercurial