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,8 +4,8 @@
import logging
import base64
from google.protobuf.json_format import MessageToJson
from . import portnums_pb2, apponly_pb2, admin_pb2, channel_pb2
from .util import pskToString, stripnl, Timeout, our_exit, fromPSK
from meshtastic import portnums_pb2, apponly_pb2, admin_pb2, channel_pb2
from meshtastic.util import pskToString, stripnl, Timeout, our_exit, fromPSK