shell: Add missing imports for CleanupSSHAgent and SetupSSHAgent
Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com>
This commit is contained in:
parent
db25611977
commit
03caf33162
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user