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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/trx/ctrl_if.py b/python/trx/ctrl_if.py
index ae5cf05..fc43b7f 100644
--- a/python/trx/ctrl_if.py
+++ b/python/trx/ctrl_if.py
@@ -22,9 +22,9 @@
# 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 udp_link
+from grgsm.trx import UDPLink
-class ctrl_if(udp_link):
+class CTRLInterface(UDPLink):
def handle_rx(self, data, remote):
if self.verify_req(data):
request = self.prepare_req(data)