comparison: eric6/Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py
eric6/Plugins/VcsPlugins/vcsMercurial/PurgeExtension/ProjectHelper.py
- changeset 8218
- 7c09585bd960
- parent 7971
- ff2971513d6d
equal
deleted
inserted
replaced
22 """ |
22 """ |
23 def __init__(self): |
23 def __init__(self): |
24 """ |
24 """ |
25 Constructor |
25 Constructor |
26 """ |
26 """ |
27 super(PurgeProjectHelper, self).__init__() |
27 super().__init__() |
28 |
28 |
29 def initActions(self): |
29 def initActions(self): |
30 """ |
30 """ |
31 Public method to generate the action objects. |
31 Public method to generate the action objects. |
32 """ |
32 """ |