Plugins/VcsPlugins/vcsMercurial/RebaseExtension/ProjectHelper.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2302
f29e9405c851
child 3058
0a02c433f52d
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
4 # 4 #
5 5
6 """ 6 """
7 Module implementing the rebase extension project helper. 7 Module implementing the rebase extension project helper.
8 """ 8 """
9
10 from __future__ import unicode_literals # __IGNORE_WARNING__
9 11
10 from PyQt4.QtGui import QMenu 12 from PyQt4.QtGui import QMenu
11 13
12 from E5Gui.E5Action import E5Action 14 from E5Gui.E5Action import E5Action
13 from E5Gui import E5MessageBox 15 from E5Gui import E5MessageBox
23 """ 25 """
24 def __init__(self): 26 def __init__(self):
25 """ 27 """
26 Constructor 28 Constructor
27 """ 29 """
28 super().__init__() 30 super(RebaseProjectHelper, self).__init__()
29 31
30 def initActions(self): 32 def initActions(self):
31 """ 33 """
32 Public method to generate the action objects. 34 Public method to generate the action objects.
33 """ 35 """

eric ide

mercurial