X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Frm18.py;fp=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2Frm18.py;h=1c72229483a6a824b17ef93cca09c0df250f076e;hp=7ca788156df6d88c7a635ef6995a31751204215c;hb=bd5d48582c682f3802f4707578b3b06adf650ccf;hpb=f67d243ed72be60eb02dacad2584eb189cf6f4b7 diff --git a/src/remoteinstaller/installer/bmc_management/rm18.py b/src/remoteinstaller/installer/bmc_management/rm18.py index 7ca7881..1c72229 100644 --- a/src/remoteinstaller/installer/bmc_management/rm18.py +++ b/src/remoteinstaller/installer/bmc_management/rm18.py @@ -15,9 +15,6 @@ from .or18 import OR18 import logging -class BMCException(Exception): - pass - class RM18(OR18): def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None): super(RM18, self).__init__(host, user, passwd, priv_level, log_path)