Commit 5dd6ab88 authored by Alessandro Rubini's avatar Alessandro Rubini

tools: change eeprom related files for new paths

unlike in pts, here fmc_eeprom.py is in a subdir, relative to the
fru-generator main program, so fix stuff accordingly.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent fb1fb8fb
......@@ -13,7 +13,7 @@ import time
import datetime
import os
from fmc_eeprom import *
from libipmi.fmc_eeprom import *
"""
......
......@@ -5,7 +5,7 @@ import array
import struct
import os
lib = cdll.LoadLibrary(os.path.dirname(__file__) + "/libipmi/libipmi.so")
lib = cdll.LoadLibrary(os.path.dirname(__file__) + "/libipmi.so")
class c_CommonHeader(Structure):
_fields_ = [
......
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