Exemplo n.º 1
0
 def try_install(self, send):
     return tools.pkg_install(send, self.pkgname, trial=True)
Exemplo n.º 2
0
 def try_install( self, send ):
     return tools.pkg_install( send, self.pkgname, trial = True )
Exemplo n.º 3
0
 def install(self, send):
     return tools.pkg_install(send, self.pkgname)
Exemplo n.º 4
0
 def install( self , send ):
     return tools.pkg_install( send, self.pkgname )