summaryrefslogtreecommitdiffstats
path: root/functest/utils/functest_logger.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/utils/functest_logger.py')
-rwxr-xr-xfunctest/utils/functest_logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/utils/functest_logger.py b/functest/utils/functest_logger.py
index 6dc46ef25..022211cb7 100755
--- a/functest/utils/functest_logger.py
+++ b/functest/utils/functest_logger.py
@@ -29,7 +29,7 @@ import json
from functest.utils.constants import CONST
-class Logger:
+class Logger(object):
def __init__(self, logger_name):
self.setup_logging()