From ae08c14b83ffdb19de7ab275355d6de446cf3f37 Mon Sep 17 00:00:00 2001 From: tanupoo Date: Sun, 30 Aug 2020 18:59:13 +0900 Subject: [PATCH] supported python3 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 24453fe..656dcc3 100644 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from lorawan_toa import * +from lorawan_toa_cal import get_toa import unittest class TestUM(unittest.TestCase):