diff options
Diffstat (limited to 'tools/pkt_gen')
-rw-r--r-- | tools/pkt_gen/xena/json/xena_json.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/pkt_gen/xena/json/xena_json.py b/tools/pkt_gen/xena/json/xena_json.py index 90b61d8c..df2aa55f 100644 --- a/tools/pkt_gen/xena/json/xena_json.py +++ b/tools/pkt_gen/xena/json/xena_json.py @@ -49,9 +49,6 @@ class XenaJSON(object): two module ports with each port having its own stream config profile. :return: XenaJSON object """ - # import can't be performed at module level, because it conflicts with import - # of customized scapy version by T-Rex - import scapy.layers.inet as inet self.json_data = json_utilities.read_json_file(json_path) self.packet_data = OrderedDict() |