trx/ctrl_if.py: use relative import for UDPLink

Change-Id: If4b00f6332461d3c37cde5a1f724906ca3d3a30f
This commit is contained in:
Vadim Yanitskiy 2019-01-22 14:40:50 +07:00
parent 5823a419e9
commit 404842da11
1 changed files with 1 additions and 1 deletions

View File

@ -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):