mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-19 05:03:52 +00:00
rename Decoder
This commit is contained in:
parent
67b1cc0f8d
commit
68a2ade84e
4 changed files with 3 additions and 3 deletions
|
|
@ -16,9 +16,9 @@
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from boswatch.decoder.fmsdecoder import FmsDecoder
|
from boswatch.decoder.fmsDecoder import FmsDecoder
|
||||||
from boswatch.decoder.pocsagdecoder import PocsagDecoder
|
from boswatch.decoder.pocsagDecoder import PocsagDecoder
|
||||||
from boswatch.decoder.zveidecoder import ZveiDecoder
|
from boswatch.decoder.zveiDecoder import ZveiDecoder
|
||||||
|
|
||||||
logging.debug("- %s loaded", __name__)
|
logging.debug("- %s loaded", __name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue