add framework and tox
[doctor.git] / tests / logger.py
index a4f3323..72043ab 100644 (file)
@@ -16,7 +16,7 @@ import logging
 import os
 
 
-class Logger:
+class Logger(object):
     def __init__(self, logger_name):
 
         CI_DEBUG = os.getenv('CI_DEBUG')