Ejemplo n.º 1
0
 def __init__(self, context, request):
     # We use the current bug task as the context in order to get the
     # menu and portlets working.
     bugtask = getUtility(ILaunchBag).bugtask
     LaunchpadView.__init__(self, bugtask, request)
     self.comment = context
Ejemplo n.º 2
0
 def __init__(self, context, request):
     # We use the current bug task as the context in order to get the
     # menu and portlets working.
     bugtask = getUtility(ILaunchBag).bugtask
     LaunchpadView.__init__(self, bugtask, request)
     self.comment = context
Ejemplo n.º 3
0
 def __init__(self, context, request, system_name):
     LaunchpadView.__init__(self, context, request)
     self.system_name = system_name
Ejemplo n.º 4
0
 def __init__(self, context,  request, system_name):
     LaunchpadView.__init__(self, context, request)
     self.system_name = system_name