mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Convert to new-style class by inheriting from object
This commit is contained in:
parent
8434fd5419
commit
76a00b2493
5 changed files with 8 additions and 8 deletions
|
@ -236,7 +236,7 @@ class NTMRotatingLogHandler(object):
|
|||
sys.exit(1)
|
||||
|
||||
|
||||
class DispatchingFormatter:
|
||||
class DispatchingFormatter(object):
|
||||
def __init__(self, formatters, default_formatter):
|
||||
self._formatters = formatters
|
||||
self._default_formatter = default_formatter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue