Skip to content

Commit

Permalink
[devices]: Add missing python header files for S6000 sfputil.py (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
paavaanan authored and lguohan committed Oct 4, 2018
1 parent d9d341b commit bb8e767
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/dell/x86_64-dell_s6100_c2538-r0/plugins/sfputil.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
try:
import time
import os
import logging
import select
from sonic_sfp.sfputilbase import SfpUtilBase
except ImportError as e:
raise ImportError("%s - required module not found" % str(e))
Expand Down

0 comments on commit bb8e767

Please sign in to comment.