2017-06-11 00:05:11 -05:00
|
|
|
try:
|
2018-06-23 19:24:56 -05:00
|
|
|
import arista.utils.sonic_leds as arista_leds
|
2017-06-11 00:05:11 -05:00
|
|
|
except ImportError, e:
|
2018-06-23 19:24:56 -05:00
|
|
|
raise ImportError (str(e) + "- required module not found")
|
2017-06-11 00:05:11 -05:00
|
|
|
|
2018-06-23 19:24:56 -05:00
|
|
|
LedControl = arista_leds.getLedControl()
|