comparison: eric6/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py
eric6/Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py
- changeset 8218
- 7c09585bd960
- parent 7971
- ff2971513d6d
equal
deleted
inserted
replaced
23 """ |
23 """ |
24 def __init__(self): |
24 def __init__(self): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 """ |
27 """ |
28 super(RebaseProjectHelper, 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 """ |