Update Icmp-Redirect.py

Fix so that sys.path.append on like 23 works. :-)
This commit is contained in:
Matt 2016-08-24 13:42:36 -07:00 committed by GitHub
commit 25c8aeff8c

View file

@ -19,6 +19,7 @@ import socket
import struct
import optparse
import pipes
import sys
from socket import *
sys.path.append('../')
from odict import OrderedDict