test: Remove Python2 fallback

This commit is contained in:
André Apitzsch
2023-04-04 10:12:43 +02:00
committed by Eduardo Almeida
parent f426a0749a
commit 00604f18e1

View File

@@ -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.