commit | b826fc700496ac7acf95cad47154c31a8a42169b | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Mon Jul 27 17:57:40 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Mon Jul 27 17:57:40 2015 +0100 |
tree | 54a59c2e18613b4be3bbd8c8e3c68ac66bdbdd92 | |
parent | 19ed41a3ff89c8570c32820f2df0c04624c0769f [diff] [blame] |
Misc small fixes after pylint checking Change-Id: I85c7d98b0b717163ddefea35a2a022ce7c9c1973
diff --git a/drivers/common.py b/drivers/common.py index f0d2128..1405f88 100644 --- a/drivers/common.py +++ b/drivers/common.py
@@ -21,6 +21,8 @@ import time import logging +from errors import InputError, PExpectError + class SwitchErrors: """ Error logging and statistics class """