X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Fhw17.py;fp=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Fhw17.py;h=42229fb0756207564b38bd1a9668849a2a2d95ec;hp=869a6a2e260dbbc0692f71132a4ad9dbe6b6fdcc;hb=bd5d48582c682f3802f4707578b3b06adf650ccf;hpb=f67d243ed72be60eb02dacad2584eb189cf6f4b7 diff --git a/src/remoteinstaller/installer/bmc_management/hw17.py b/src/remoteinstaller/installer/bmc_management/hw17.py index 869a6a2..42229fb 100644 --- a/src/remoteinstaller/installer/bmc_management/hw17.py +++ b/src/remoteinstaller/installer/bmc_management/hw17.py @@ -12,13 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -from .bmctools import BMC +from .bmctools import BMC, BMCException import logging import time -class BMCException(Exception): - pass - class HW17(BMC): def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None): super(HW17, self).__init__(host, user, passwd, priv_level, log_path)