Exemplo n.º 1
0
 def try_uninstall(self, send):
     return tools.pkg_uninstall(send, self.pkgname, trial=True)
Exemplo n.º 2
0
 def try_uninstall( self, send ):
     return tools.pkg_uninstall( send, self.pkgname, trial = True )
Exemplo n.º 3
0
 def uninstall(self, send):
     return tools.pkg_uninstall(send, self.pkgname)
Exemplo n.º 4
0
 def uninstall( self, send ):
     return tools.pkg_uninstall( send, self.pkgname )