aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/radio_if_uhd.py
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-02 04:06:41 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2021-05-03 07:14:00 +0200
commit46c90bec99fe3f2151450ffcc4d1353418c764e7 (patch)
treefaec16b90fc0e1c7a58144e7129c461fee8d7086 /python/trx/radio_if_uhd.py
parent333027f40632be2acb3864e6cc4abd12abe9fd6a (diff)
Various python3 related changes
- Use relative import for grgsm's modules - Convert map to list - Remove the hier_block.py workaround as as gnuradio 3.7 is no longer supported in this branch Change-Id: I5ca8fd340823996e8c444aaf18ddacd85c92ab1c
Diffstat (limited to 'python/trx/radio_if_uhd.py')
-rw-r--r--python/trx/radio_if_uhd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trx/radio_if_uhd.py b/python/trx/radio_if_uhd.py
index ef2e0ed..664a51c 100644
--- a/python/trx/radio_if_uhd.py
+++ b/python/trx/radio_if_uhd.py
@@ -24,7 +24,7 @@
from gnuradio import uhd
-from radio_if import RadioInterface
+from .radio_if import RadioInterface
class RadioInterfaceUHD(RadioInterface):
# Human-readable description