mirror of
https://github.com/meshtastic/python.git
synced 2026-04-30 11:55:17 -04:00
need to fully qualify imports so projects consuming the library will work
This commit is contained in:
@@ -7,8 +7,8 @@ import traceback
|
||||
import serial
|
||||
|
||||
|
||||
from .mesh_interface import MeshInterface
|
||||
from .util import stripnl
|
||||
from meshtastic.mesh_interface import MeshInterface
|
||||
from meshtastic.util import stripnl
|
||||
|
||||
|
||||
START1 = 0x94
|
||||
|
||||
Reference in New Issue
Block a user