Skip to content
Snippets Groups Projects
Commit 7ee40d89 authored by Pierre LALET's avatar Pierre LALET
Browse files

sendrecv: import clean-up

parent d3a692f5
No related branches found
No related tags found
No related merge requests found
......@@ -14,20 +14,19 @@ import threading
import os
from select import select, error as select_error
import subprocess
import sys
import time
from scapy.consts import DARWIN, FREEBSD, OPENBSD, WINDOWS
from scapy.data import ETH_P_ALL, MTU
from scapy.config import conf, CacheInstance
from scapy.config import conf
from scapy.packet import Gen
from scapy.utils import get_temp_file, PcapReader, tcpdump, wrpcap
from scapy import plist
from scapy.error import log_runtime, log_interactive, warning
from scapy.error import log_runtime, log_interactive
from scapy.base_classes import SetGen
from scapy.supersocket import StreamSocket
import scapy.modules.six as six
from scapy.modules.six.moves import map, zip
from scapy.modules.six.moves import map
if conf.route is None:
# unused import, only to initialize conf.route
import scapy.route
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment