need to fully qualify imports so projects consuming the library will work

This commit is contained in:
Mike Kinney
2022-01-05 11:16:08 -08:00
parent c049d3424a
commit 5c662822b9
11 changed files with 27 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import platform
import serial
import meshtastic.util
from .stream_interface import StreamInterface
from meshtastic.stream_interface import StreamInterface
if platform.system() != 'Windows':
import termios