diff options
Diffstat (limited to 'regress/sys/net/pf_fragment/frag_cutold.py')
-rw-r--r-- | regress/sys/net/pf_fragment/frag_cutold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/net/pf_fragment/frag_cutold.py b/regress/sys/net/pf_fragment/frag_cutold.py index ea80f20d3aa..247998721d0 100644 --- a/regress/sys/net/pf_fragment/frag_cutold.py +++ b/regress/sys/net/pf_fragment/frag_cutold.py @@ -11,7 +11,7 @@ # to be dropped in the end, meaning it will come again. import os -from addr import * +from addr import * from scapy.all import * dstaddr=sys.argv[1] |