comparison: eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py
eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/ProjectHelper.py
- branch
- maintenance
- changeset 8273
- 698ae46f40a4
- parent 8218
- 7c09585bd960
equal
deleted
inserted
replaced
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 """ |