323 return deviceDirectory |
323 return deviceDirectory |
324 else: |
324 else: |
325 # user cancelled |
325 # user cancelled |
326 return "" |
326 return "" |
327 |
327 |
328 # TODO: add sending in 'paste' mode |
|
329 def sendCommands(self, commandsList): |
328 def sendCommands(self, commandsList): |
330 """ |
329 """ |
331 Public method to send a list of commands to the device. |
330 Public method to send a list of commands to the device. |
332 |
331 |
333 @param commandsList list of commands to be sent to the device |
332 @param commandsList list of commands to be sent to the device |