Skip to content

Commit

Permalink
[PSU] Small changes for correct PSU plugin import (sonic-net#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiS authored and lguohan committed Nov 30, 2017
1 parent fb48cdf commit ab0f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_psu/psu_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

try:
import abc
except ImportError, e:
except ImportError as e:
raise ImportError (str(e) + " - required module not found")

class PsuBase(object):
Expand Down

0 comments on commit ab0f1b1

Please sign in to comment.