Skip to content
Snippets Groups Projects
Commit 5326e6c4 authored by Dirk Loss's avatar Dirk Loss
Browse files

Added missing imports in arch.windows.__init__.py

parent eebc4895
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
import os,re,sys,socket
from glob import glob
from scapy.config import conf,ConfClass
from scapy.error import Scapy_Exception,log_loading
from scapy.error import Scapy_Exception,log_loading,log_runtime
from scapy.utils import atol
from scapy.base_classes import Gen
from scapy.base_classes import Gen,Net
import scapy.plist as plist
from scapy.sendrecv import debug
......
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