ec850df74b
This apply to arista_7050_qx32 and arista_7050_qx32s.
7 lines
183 B
Python
7 lines
183 B
Python
try:
|
|
import arista.utils.sonic_leds as arista_leds
|
|
except ImportError, e:
|
|
raise ImportError (str(e) + "- required module not found")
|
|
|
|
LedControl = arista_leds.getLedControl()
|