comparison: eric6/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py
eric6/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py
- branch
- maintenance
- changeset 8273
- 698ae46f40a4
- parent 8218
- 7c09585bd960
equal
deleted
inserted
replaced
21 """ |
21 """ |
22 def __init__(self): |
22 def __init__(self): |
23 """ |
23 """ |
24 Constructor |
24 Constructor |
25 """ |
25 """ |
26 super(ShelveProjectHelper, self).__init__() |
26 super().__init__() |
27 |
27 |
28 def initActions(self): |
28 def initActions(self): |
29 """ |
29 """ |
30 Public method to generate the action objects. |
30 Public method to generate the action objects. |
31 """ |
31 """ |