Fix BMCException handling
[ta/remote-installer.git] / src / remoteinstaller / installer / bmc_management / or18.py
index 78606db..f2bf0ba 100644 (file)
 
 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):