Tests: Remove all wildcard imports.
They mask dependencies and confuse third party tools. Change-Id: I24ee16bfa0d746a8e8cb99891ba8b20523048b69 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Neale Ranns

parent
e8fece85e2
commit
a279d9cf61
@ -4,11 +4,11 @@ from __future__ import print_function
|
||||
"""
|
||||
import binascii
|
||||
import random
|
||||
from socket import inet_ntop, inet_pton, AF_INET, AF_INET6
|
||||
from struct import pack, unpack
|
||||
import re
|
||||
import unittest
|
||||
|
||||
from socket import inet_ntop, inet_pton, AF_INET, AF_INET6
|
||||
from struct import *
|
||||
from scapy.packet import Raw
|
||||
from scapy.layers.l2 import Ether
|
||||
from scapy.layers.inet import IP, UDP
|
||||
|
Reference in New Issue
Block a user