From 00604f18e1c20f61b54b94c18b200ec584224230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Apitzsch?= Date: Tue, 4 Apr 2023 10:12:43 +0200 Subject: [PATCH] test: Remove Python2 fallback --- test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test.py b/test.py index 9ec512d5d..cc853ac8c 100755 --- a/test.py +++ b/test.py @@ -18,6 +18,7 @@ import argparse import fnmatch import os +import queue import shutil import signal import subprocess @@ -45,10 +46,6 @@ class color_dict(object): return get_color(a) colors = color_dict() -try: - import queue -except ImportError: - import Queue as queue # # XXX This should really be part of a ns3 command to list the configuration # items relative to optional ns-3 pieces.