From 03caf33162f312e0401690c2240faa24256866f0 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 9 Jan 2018 14:26:47 +0100 Subject: [PATCH] shell: Add missing imports for CleanupSSHAgent and SetupSSHAgent Signed-off-by: Daniel Wagner --- kas/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kas/shell.py b/kas/shell.py index e4aaeaf..1c333ea 100644 --- a/kas/shell.py +++ b/kas/shell.py @@ -29,7 +29,8 @@ import os from kas.libkas import kasplugin from kas.config import Config from kas.libcmds import (Macro, Command, SetupDir, SetupProxy, SetupEnviron, - WriteConfig, SetupHome, ReposFetch, ReposCheckout) + WriteConfig, SetupHome, ReposFetch, ReposCheckout, + CleanupSSHAgent, SetupSSHAgent) __license__ = 'MIT' __copyright__ = 'Copyright (c) Siemens AG, 2017'