mirror of
https://github.com/meshtastic/python.git
synced 2026-06-16 11:29:58 -04:00
need to fully qualify imports so projects consuming the library will work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user