Skip to content

Commit

Permalink
trx/ctrl_if.py: use relative import for UDPLink
Browse files Browse the repository at this point in the history
Change-Id: If4b00f6332461d3c37cde5a1f724906ca3d3a30f
  • Loading branch information
axilirator committed Jan 22, 2019
1 parent 5823a41 commit 404842d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/trx/ctrl_if.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 404842d

Please sign in to comment.