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

@@ -4,7 +4,7 @@ import logging
import pygatt
from .mesh_interface import MeshInterface
from meshtastic.mesh_interface import MeshInterface
# Our standard BLE characteristics
TORADIO_UUID = "f75c76d2-129e-4dad-a1dd-7866124401e7"