• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2# This file is part of Scapy
3# See https://scapy.net/ for more information
4# Copyright (C) Guillaume Valadon
5
6import os
7import sys
8
9scapy_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
10sys.path.append(scapy_path)
11
12from scapy.all import *
13
14print("Scapy %s - Benchmarks" % VERSION)
15print("Python %s" % sys.version.replace("\n", ""))
16