Skip to content

Commit

Permalink
[device]: Fix mellanox eeprom plugins. (#500)
Browse files Browse the repository at this point in the history
Signed-off-by: marian-pritsak <marianp@mellanox.com>
  • Loading branch information
marian-pritsak authored and oleksandrivantsiv committed Apr 13, 2017
1 parent f76e700 commit e47b8cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions device/mellanox/x86_64-mlnx_msn2410-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import warnings
import os
import sys
import eeprom_base
import eeprom_tlvinfo
from sonic_eeprom import eeprom_base
from sonic_eeprom import eeprom_tlvinfo
import subprocess
except ImportError, e:
raise ImportError (str(e) + "- required module not found")
Expand Down
4 changes: 2 additions & 2 deletions device/mellanox/x86_64-mlnx_msn2700-r0/plugins/eeprom.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
import warnings
import os
import sys
import eeprom_base
import eeprom_tlvinfo
from sonic_eeprom import eeprom_base
from sonic_eeprom import eeprom_tlvinfo
import subprocess
except ImportError, e:
raise ImportError (str(e) + "- required module not found")
Expand Down

0 comments on commit e47b8cc

Please sign in to comment.