Merge "Update cirros image to latest version"
[functest.git] / functest / utils / functest_logger.py
index 6dc46ef..022211c 100755 (executable)
@@ -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()