Add missing import.

This commit is contained in:
Mattias Lundberg 2013-12-04 14:55:00 +01:00
parent 71b2b0b097
commit eddab2adc0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ warnings.filterwarnings("ignore","tempnam",RuntimeWarning, __name__)
from config import conf from config import conf
from data import MTU 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 from base_classes import BasePacketList
WINDOWS=sys.platform.startswith("win32") WINDOWS=sys.platform.startswith("win32")