scapy all- remove more unnecessary imports
authorHanoh Haim <[email protected]>
Mon, 7 Mar 2016 11:02:58 +0000 (13:02 +0200)
committerHanoh Haim <[email protected]>
Mon, 7 Mar 2016 11:02:58 +0000 (13:02 +0200)
scripts/external_libs/scapy-2.3.1/scapy/all.py

index 7d7afd1..7381724 100644 (file)
@@ -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 *