Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
Update Icmp-Redirect.py
Browse files Browse the repository at this point in the history
Fix so that sys.path.append on like 23 works. :-)
  • Loading branch information
mattlowe authored Aug 24, 2016
1 parent 393e5db commit 25c8aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Icmp-Redirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import struct
import optparse
import pipes
import sys
from socket import *
sys.path.append('../')
from odict import OrderedDict
Expand Down

0 comments on commit 25c8aef

Please sign in to comment.