X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Fremote-installer.git;a=blobdiff_plain;f=src%2Fremoteinstaller%2Finstaller%2Fbmc_management%2For18.py;h=f2bf0ba30174bf617551ceb112d69161c0f6a79f;hp=78606dbfc5f34b9126067f3bbdf7166eb6fe77a6;hb=HEAD;hpb=f67d243ed72be60eb02dacad2584eb189cf6f4b7 diff --git a/src/remoteinstaller/installer/bmc_management/or18.py b/src/remoteinstaller/installer/bmc_management/or18.py index 78606db..f2bf0ba 100644 --- a/src/remoteinstaller/installer/bmc_management/or18.py +++ b/src/remoteinstaller/installer/bmc_management/or18.py @@ -14,10 +14,7 @@ import logging import time -from .bmctools import BMC - -class BMCException(Exception): - pass +from .bmctools import BMC, BMCException class OR18(BMC): def __init__(self, host, user, passwd, priv_level='ADMINISTRATOR', log_path=None):