missing import

--HG--
branch : Issue #634
This commit is contained in:
Guillaume Valadon 2013-08-27 09:33:00 +02:00
parent d2f8660da0
commit 125524ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from data import *
import arch
from config import conf
from packet import Gen
from utils import warning,get_temp_file,PcapReader
from utils import warning,get_temp_file,PcapReader,wrpcap
import plist
from error import log_runtime,log_interactive
from base_classes import SetGen