Exemplo n.º 1
0
 def render(self, **kwargs):
     return PyQuery(_install_button(self.context, self.addon, **kwargs))
Exemplo n.º 2
0
 def render(self, **kwargs):
     return PyQuery(_install_button(self.context, self.addon, **kwargs))
Exemplo n.º 3
0
 def render(self, **kwargs):
     kwargs['impala'] = True
     return PyQuery(_install_button(self.context, self.addon, **kwargs))
Exemplo n.º 4
0
 def render(self, **kwargs):
     kwargs['impala'] = True
     return PyQuery(_install_button(self.context, self.addon, **kwargs))