This commit is contained in:
echel0n 2014-12-21 05:04:26 -08:00
parent 978fe5bb63
commit 1044808638
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class NullHandler(logging.Handler):
pass
class CensoredFormatter(logging.Formatter):
class CensoredFormatter(logging.Formatter, object):
def __init__(self, *args, **kwargs):
super(CensoredFormatter, self).__init__(*args, **kwargs)