ProjectPyramid/Project.py

changeset 11
efb7227e5bbd
parent 10
3330f7087434
child 13
227a115ab2a1
equal deleted inserted replaced
10:3330f7087434 11:efb7227e5bbd
59 59
60 def initActions(self): 60 def initActions(self):
61 """ 61 """
62 Public method to define the Pyramid actions. 62 Public method to define the Pyramid actions.
63 """ 63 """
64 # TODO: create action for: prequest
65 self.actions = [] 64 self.actions = []
66 65
67 self.selectProjectAct = E5Action(self.trUtf8('Current Pyramid Project'), 66 self.selectProjectAct = E5Action(self.trUtf8('Current Pyramid Project'),
68 "", 67 "",
69 0, 0, 68 0, 0,

eric ide

mercurial