Index: leahi_dialin/dd/modules/blood_leak.py =================================================================== diff -u -rc04ab61e78056eb15d71ed1d2f5b1f49611c9252 -r6dcbbc4df1069665696caea1cb96cbc163ae69b0 --- leahi_dialin/dd/modules/blood_leak.py (.../blood_leak.py) (revision c04ab61e78056eb15d71ed1d2f5b1f49611c9252) +++ leahi_dialin/dd/modules/blood_leak.py (.../blood_leak.py) (revision 6dcbbc4df1069665696caea1cb96cbc163ae69b0) @@ -5,6 +5,7 @@ from .constants import RESET, NO_RESET from leahi_dialin.common.msg_defs import MsgIds, MsgFieldPositions +from leahi_dialin.common.dd_defs import BloodLeakStates from leahi_dialin.protocols.CAN import DenaliMessage, DenaliChannels from leahi_dialin.utils.base import AbstractSubSystem, publish, DialinEnum from leahi_dialin.utils.conversions import integer_to_bytearray, bytearray_to_byte, bytearray_to_integer, \