From 03ba90ac0dd6ecea6c1e2b24956bcc73962d1ef7 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Tue, 7 Mar 2017 16:26:46 +0900 Subject: test/lib: pep8 and pylint improvements Signed-off-by: IWASE Yusuke --- test/lib/bird.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'test/lib/bird.py') diff --git a/test/lib/bird.py b/test/lib/bird.py index 598276bc..c728d986 100644 --- a/test/lib/bird.py +++ b/test/lib/bird.py @@ -13,7 +13,20 @@ # See the License for the specific language governing permissions and # limitations under the License. -from base import * +from __future__ import absolute_import + +import time + +from fabric import colors +from fabric.api import local +from fabric.utils import indent + +from lib.base import ( + BGPContainer, + CmdBuffer, + try_several_times, +) + class BirdContainer(BGPContainer): -- cgit v1.2.3