Skip to content

Commit ab0f1b1

Browse files
AndriiSlguohan
AndriiS
authored andcommitted
[PSU] Small changes for correct PSU plugin import (sonic-net#156)
1 parent fb48cdf commit ab0f1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_psu/psu_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1414
class PsuBase(object):

0 commit comments

Comments
 (0)