Index: leahi_dialin/ro/modules/pressure_sensors.py =================================================================== diff -u -rbba41bff351f24b5665d1120b2cfb53fbe04dbd7 -r249bfa9ec36c4a35604cc6466c33eaf60c3ff6d8 --- leahi_dialin/ro/modules/pressure_sensors.py (.../pressure_sensors.py) (revision bba41bff351f24b5665d1120b2cfb53fbe04dbd7) +++ leahi_dialin/ro/modules/pressure_sensors.py (.../pressure_sensors.py) (revision 249bfa9ec36c4a35604cc6466c33eaf60c3ff6d8) @@ -17,11 +17,11 @@ from logging import Logger from .constants import RESET, NO_RESET -from ..common.msg_defs import MsgIds, MsgFieldPositions -from ..protocols.CAN import DenaliMessage, DenaliChannels -from ..utils.base import AbstractSubSystem, publish -from ..utils.checks import check_broadcast_interval_override_ms -from ..utils.conversions import integer_to_bytearray, float_to_bytearray +from leahi_dialin.common.msg_defs import MsgIds, MsgFieldPositions +from leahi_dialin.protocols.CAN import DenaliMessage, DenaliChannels +from leahi_dialin.utils.base import AbstractSubSystem, publish +from leahi_dialin.utils.checks import check_broadcast_interval_override_ms +from leahi_dialin.utils.conversions import integer_to_bytearray, float_to_bytearray class ROPressureSensors(AbstractSubSystem): @@ -113,7 +113,7 @@ # Send message received_message = self.can_interface.send(message) - # If there is content...S + # If there is contentleahi_dialin.. if received_message is not None: if reset == RESET: str_res = "reset back to normal. "