예제 #1
0
 def get_cmdshell(self):
     if not self._cmdshell:
         import cmdshell
         self.get_ssh_key_file()
         self._cmdshell = cmdshell.start(self)
     return self._cmdshell
예제 #2
0
파일: server.py 프로젝트: bopopescu/boto-1
 def get_cmdshell(self):
     if not self._cmdshell:
         import cmdshell
         self.get_ssh_key_file()
         self._cmdshell = cmdshell.start(self)
     return self._cmdshell