rename common file

This commit is contained in:
Junzi Sun
2020-05-04 20:34:25 +02:00
parent 9dde1b63d6
commit 1c6b39322f
6 changed files with 129 additions and 126 deletions

View File

@@ -5,8 +5,8 @@ try:
from . import c_common as common
from .c_common import *
except:
from . import common
from .common import *
from . import py_common as common
from .py_common import *
from .decoder import tell
from .decoder import adsb