aboutsummaryrefslogtreecommitdiff
path: root/linaro-ami/remote_executor.py
diff options
context:
space:
mode:
Diffstat (limited to 'linaro-ami/remote_executor.py')
-rw-r--r--linaro-ami/remote_executor.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linaro-ami/remote_executor.py b/linaro-ami/remote_executor.py
index e6f393f..68a29ad 100644
--- a/linaro-ami/remote_executor.py
+++ b/linaro-ami/remote_executor.py
@@ -2,6 +2,8 @@ import sys
import paramiko
import logging
+from paramiko import AuthenticationException
+
class RemoteCommandFailedError(Exception):
''' Command execution on the remote server failed. '''