Fix BMCException handling
[ta/remote-installer.git] / src / remoteinstaller / installer / bmc_management / rm18.py
index 7ca7881..1c72229 100644 (file)
@@ -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)