Add log to print ODL member and ip when killed
[integration/test.git] / csit / libraries / SwitchClasses / H3C.py
index 71de6d1318deb6e3dd1f1f4ea9f765ef37ef251f..49c7438b1882a8100433a233bd66370c223ce833 100644 (file)
@@ -4,7 +4,7 @@ Authors: james.luhrsen@hp.com
 Created: 2014-10-02
 """
 import re
-from BaseSwitch import *  # noqa
+from BaseSwitch import BaseSwitch
 
 
 class H3C(BaseSwitch):