From a279d9cf615bd60439085ba103125e6f2fa3b27c Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Thu, 28 Feb 2019 09:00:09 -0800 Subject: Tests: Remove all wildcard imports. They mask dependencies and confuse third party tools. Change-Id: I24ee16bfa0d746a8e8cb99891ba8b20523048b69 Signed-off-by: Paul Vinciguerra --- test/lisp.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/lisp.py') diff --git a/test/lisp.py b/test/lisp.py index 2dace8f2f74..90b8914b150 100644 --- a/test/lisp.py +++ b/test/lisp.py @@ -1,5 +1,6 @@ -from scapy.fields import * -from vpp_object import * +import socket + +from vpp_object import VppObject class VppLispLocatorSet(VppObject): -- cgit 1.2.3-korg