aboutsummaryrefslogtreecommitdiffstats
path: root/python/trx/ctrl_if.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/trx/ctrl_if.py')
-rw-r--r--python/trx/ctrl_if.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/trx/ctrl_if.py b/python/trx/ctrl_if.py
index fc43b7f..1a7c0c3 100644
--- a/python/trx/ctrl_if.py
+++ b/python/trx/ctrl_if.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 grgsm.trx import UDPLink
+from udp_link import UDPLink
class CTRLInterface(UDPLink):
def handle_rx(self, data, remote):