Adjust BGPCEP test to BGPCEP-877 bug fix
[integration/test.git] / csit / libraries / SwitchClasses / Ovs.py
index 58b13c4282fc0dac0edaf9d3afa1f907717517a0..5ec9ce5ef411dcc0deeccef18bd4b2b0f624a60b 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 Ovs(BaseSwitch):