mirror of https://github.com/kf7eel/hbnet
add missing import
This commit is contained in:
parent
9c9d2f9e71
commit
518316b40e
|
|
@ -42,6 +42,9 @@ import const
|
||||||
import logging
|
import logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Does anybody read this stuff? There's a PEP somewhere that says I should do this.
|
# Does anybody read this stuff? There's a PEP somewhere that says I should do this.
|
||||||
__author__ = 'Cortney T. Buffington, N0MJS and Mike Zingman, N4IRR'
|
__author__ = 'Cortney T. Buffington, N0MJS and Mike Zingman, N4IRR'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue