comparison: eric6/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py
eric6/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/ProjectHelper.py
- changeset 8218
- 7c09585bd960
- parent 7971
- ff2971513d6d
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 """ |