Skip to content
Snippets Groups Projects
Commit 555a6a7b authored by zer0@platinum's avatar zer0@platinum
Browse files

don't import thread in sctp.py

parent f0ec46ac
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## Copyright (C) 6WIND <olivier.matz@6wind.com> ## Copyright (C) 6WIND <olivier.matz@6wind.com>
## This program is published under a GPLv2 license ## This program is published under a GPLv2 license
import struct, thread import struct
from scapy.packet import * from scapy.packet import *
from scapy.fields import * from scapy.fields import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment