diff options
Diffstat (limited to 'test/Value.py')
-rw-r--r-- | test/Value.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Value.py b/test/Value.py index eb04eb0..7a702b0 100644 --- a/test/Value.py +++ b/test/Value.py @@ -37,7 +37,7 @@ python = TestSCons.python SConstruct_content = """ Decider(r'%(source_signature)s') -class Custom(object): +class Custom: def __init__(self, value): self.value = value def __str__(self): return "C=" + str(self.value) |