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