From a7c59bd850decb4de97228e1d351a61df3828f30 Mon Sep 17 00:00:00 2001 From: xuweibj Date: Tue, 5 Mar 2019 01:10:37 -0500 Subject: [PATCH] fix rspconfig error that no executor folder --- xCAT-openbmc-py/lib/python/agent/xcatagent/openbmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-openbmc-py/lib/python/agent/xcatagent/openbmc.py b/xCAT-openbmc-py/lib/python/agent/xcatagent/openbmc.py index 3b96dca62..de8df2484 100644 --- a/xCAT-openbmc-py/lib/python/agent/xcatagent/openbmc.py +++ b/xCAT-openbmc-py/lib/python/agent/xcatagent/openbmc.py @@ -315,7 +315,7 @@ class OpenBMCManager(base.BaseManager): def rspconfig(self, nodesinfo, args): - from hwctl.executor.openbmc_bmcconfig import OpenBMCBmcConfigTask + from hwctl.openbmc.openbmc_bmcconfig import OpenBMCBmcConfigTask try: opts=docopt(RSPCONFIG_USAGE, argv=args)