aboutsummaryrefslogtreecommitdiff
path: root/tests/run_tests.py
diff options
context:
space:
mode:
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