Change in gr-gsm[master]: trx/ctrl_if.py: use relative import for UDPLink

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Tue Jan 22 10:56:34 UTC 2019


Vadim Yanitskiy has uploaded this change for review. ( https://gerrit.osmocom.org/12672


Change subject: trx/ctrl_if.py: use relative import for UDPLink
......................................................................

trx/ctrl_if.py: use relative import for UDPLink

Change-Id: If4b00f6332461d3c37cde5a1f724906ca3d3a30f
---
M python/trx/ctrl_if.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/72/12672/1

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

-- 
To view, visit https://gerrit.osmocom.org/12672
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If4b00f6332461d3c37cde5a1f724906ca3d3a30f
Gerrit-Change-Number: 12672
Gerrit-PatchSet: 1
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190122/af8b681f/attachment.htm>


More information about the gerrit-log mailing list