aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/transceiver.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/trx/transceiver.py')
-rw-r--r--python/trx/transceiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trx/transceiver.py b/python/trx/transceiver.py
index 837a61f..4e706e3 100644
--- a/python/trx/transceiver.py
+++ b/python/trx/transceiver.py
@@ -22,7 +22,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-from ctrl_if_bb import CTRLInterfaceBB
+from .ctrl_if_bb import CTRLInterfaceBB
class Transceiver:
""" Base transceiver implementation.