Added class inheritance from 'object'.
- Legacy-Id: 16238
This commit is contained in:
parent
c80827190d
commit
5e796292ff
|
@ -18,7 +18,7 @@ from ietf.utils.models import VersionInfo
|
|||
from ietf.utils.pipe import pipe
|
||||
from ietf.utils.test_runner import set_coverage_checking
|
||||
|
||||
class DraftSubmissionChecker():
|
||||
class DraftSubmissionChecker(object):
|
||||
name = ""
|
||||
|
||||
def check_file_txt(self, text):
|
||||
|
|
Loading…
Reference in a new issue