From: Hanoh Haim Date: Mon, 7 Mar 2016 11:02:58 +0000 (+0200) Subject: scapy all- remove more unnecessary imports X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=43d2908784a801c188e905ec95f81cb2f714f649;p=trex.git scapy all- remove more unnecessary imports --- diff --git a/scripts/external_libs/scapy-2.3.1/scapy/all.py b/scripts/external_libs/scapy-2.3.1/scapy/all.py index 7d7afd15..73817243 100644 --- a/scripts/external_libs/scapy-2.3.1/scapy/all.py +++ b/scripts/external_libs/scapy-2.3.1/scapy/all.py @@ -12,7 +12,7 @@ from config import * from dadict import * from data import * from error import * -from themes import * +#from themes import * from arch import * from plist import * @@ -23,17 +23,17 @@ from packet import * from utils import * from route import * -if conf.ipv6_enabled: - from utils6 import * - from route6 import * -from sendrecv import * -from supersocket import * +#if conf.ipv6_enabled: +# from utils6 import * +# from route6 import * +#from sendrecv import * +#from supersocket import * from volatile import * from as_resolvers import * -from ansmachine import * -from automaton import * -from autorun import * +#from ansmachine import * +#from automaton import * +#from autorun import * from main import * @@ -45,5 +45,5 @@ from layers.all import * #from crypto import * -from pipetool import * -from scapypipes import * +#from pipetool import * +#from scapypipes import *