aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
authorNicolas <nick@zbm2.com>2020-12-21 11:01:10 +0000
committerGitHub <noreply@github.com>2020-12-21 11:01:10 +0000
commit41c5d66cba9549c0187f39fabe5e68c4ac1954d4 (patch)
tree68078a49ba4b4266be0b00cdedea7704bae9e9f6 /tests/run_tests.py
parente1af65311e21aa9b1a7fc5d4df3f3040842b1db5 (diff)
parentc94a87b7bff3abbdc4fb0fc12454979556352c76 (diff)
downloadchirp-41c5d66cba9549c0187f39fabe5e68c4ac1954d4.tar.gz
chirp-41c5d66cba9549c0187f39fabe5e68c4ac1954d4.tar.xz
Merge pull request #1 from mpoletiek/main
Upstream update
Diffstat (limited to 'tests/run_tests.py')
-rwxr-xr-xtests/run_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/run_tests.py b/tests/run_tests.py
index e13fd8c..0331e5e 100755
--- a/tests/run_tests.py
+++ b/tests/run_tests.py
@@ -26,6 +26,7 @@ import glob
import tempfile
import time
from optparse import OptionParser
+#import serial
from serial import Serial
# change to the tests directory
@@ -52,7 +53,7 @@ logger.handle_options(LoggerOpts())
from chirp import CHIRP_VERSION
# FIXME: Not all drivers are py3 compatible in syntax, so punt on this
# until that time, and defer to the safe import loop below.
-# from chirp.drivers import *
+from chirp.drivers import *
from chirp import chirp_common, directory
from chirp import import_logic, memmap, settings, errors
from chirp import settings