Skip to content
Snippets Groups Projects
Commit eddab2ad authored by Mattias Lundberg's avatar Mattias Lundberg
Browse files

Add missing import.

parent 71b2b0b0
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ warnings.filterwarnings("ignore","tempnam",RuntimeWarning, __name__)
from config import conf
from data import MTU
from error import log_runtime,log_loading,log_interactive
from error import log_runtime,log_loading,log_interactive, Scapy_Exception
from base_classes import BasePacketList
WINDOWS=sys.platform.startswith("win32")
......
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