mirror of
https://github.com/meshtastic/python.git
synced 2026-01-14 10:47:59 -05:00
undo comment
This commit is contained in:
@@ -11,12 +11,12 @@ from ..protobuf import mesh_pb2, config_pb2
|
||||
from .. import BROADCAST_ADDR, LOCAL_ADDR
|
||||
from ..mesh_interface import MeshInterface, _timeago
|
||||
from ..node import Node
|
||||
# try:
|
||||
# # Depends upon the powermon group, not installed by default
|
||||
# from ..slog import LogSet
|
||||
# from ..powermon import SimPowerSupply
|
||||
# except ImportError:
|
||||
# pytest.skip("Can't import LogSet or SimPowerSupply", allow_module_level=True)
|
||||
try:
|
||||
# Depends upon the powermon group, not installed by default
|
||||
from ..slog import LogSet
|
||||
from ..powermon import SimPowerSupply
|
||||
except ImportError:
|
||||
pytest.skip("Can't import LogSet or SimPowerSupply", allow_module_level=True)
|
||||
|
||||
# TODO
|
||||
# from ..config import Config
|
||||
|
||||
Reference in New Issue
Block a user