Exemplo n.º 1
0
 def __init__(self, prog_args) :
     self.args = []
     self.source = []
     self.dest = None
     self.copy_flag = 0x0
     PExec.__init__(self, None, prog_args)
Exemplo n.º 2
0
 def __init__(self, prog_args):
     """Init pkill"""
     self.sig_opt = ''
     self.search_spec = []
     self.ps_opt = None
     PExec.__init__(self, None, prog_args)
Exemplo n.º 3
0
 def __init__(self, prog_args):
     PExec.__init__(self, None, prog_args)
Exemplo n.º 4
0
 def __init__(self, prog_args):
     PExec.__init__(self, 'ps', prog_args)