From 357992945a79db40c434a5188905c91917707310 Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Tue, 23 Sep 2008 17:08:16 +0100 Subject: [PATCH] unfail more --- terminatorlib/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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