Commit eb5d860a authored by Matthieu Cattin's avatar Matthieu Cattin

pts: Add path to fmc_eeprom tool.

This is the tool used to fill the FMC EEPROM with IPMI and calibration data.
parent 621bdd42
......@@ -21,6 +21,7 @@ import string
sys.path.append('.')
sys.path.append('gnurabbit/python/')
sys.path.append('common/')
sys.path.append('test/fmceeprom/python/')
from ConfigParser import ConfigParser, NoOptionError
from optparse import OptionParser
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment