diff --git a/terminatorlib/tests.py b/terminatorlib/tests.py index 9b199caa..c9c05dce 100644 --- a/terminatorlib/tests.py +++ b/terminatorlib/tests.py @@ -58,7 +58,7 @@ class test_configfile(object): self.configfile = configfile def test_ConfigSyntaxError (self): - class _testcf (): + class _testcf (object): errors_are_fatal = False filename = 'test_filename' _lnum = 123456789