def __init__(self, vuln):
     '''
     Create the obj
     '''
     shell.__init__(self, vuln)
示例#2
0
 def __init__(self, v):
     shell.__init__(self, v)
示例#3
0
 def __init__(self, v):
     shell.__init__(self, v)
     
     # For writing files to the remote server
     self._transfer_handler = None