Commit d4317f75 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 64a0e0c4
...@@ -21,6 +21,7 @@ import string ...@@ -21,6 +21,7 @@ import string
sys.path.append('.') sys.path.append('.')
sys.path.append('gnurabbit/python/') sys.path.append('gnurabbit/python/')
sys.path.append('common/') sys.path.append('common/')
sys.path.append('test/fmceeprom/python/')
from ConfigParser import ConfigParser, NoOptionError from ConfigParser import ConfigParser, NoOptionError
from optparse import OptionParser 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