supported python3

master
tanupoo 2020-08-30 18:59:13 +09:00
parent c9605cc68d
commit ae08c14b83
1 changed files with 1 additions and 1 deletions

View File

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