Add in a pass to an empty class definition, for consistency with our other declarations.
Signed-off-by: John Admanski <jadmanski@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1907 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/common_lib/error.py b/client/common_lib/error.py
index 642860b..14e253f 100644
--- a/client/common_lib/error.py
+++ b/client/common_lib/error.py
@@ -36,6 +36,7 @@
class TestBaseException(AutotestError):
"""The parent of all test exceptions."""
+ pass
class TestError(TestBaseException):