We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb48cdf commit ab0f1b1Copy full SHA for ab0f1b1
sonic_psu/psu_base.py
@@ -8,7 +8,7 @@
8
9
try:
10
import abc
11
-except ImportError, e:
+except ImportError as e:
12
raise ImportError (str(e) + " - required module not found")
13
14
class PsuBase(object):
0 commit comments