diff options
Diffstat (limited to 'test/CPPPATH/expand-object.py')
-rw-r--r-- | test/CPPPATH/expand-object.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CPPPATH/expand-object.py b/test/CPPPATH/expand-object.py index 8c811b7..54e1d39 100644 --- a/test/CPPPATH/expand-object.py +++ b/test/CPPPATH/expand-object.py @@ -34,7 +34,7 @@ import TestSCons test = TestSCons.TestSCons() test.write('SConstruct', """ -class XXX(object): +class XXX: def __init__(self, value): self.value = value def __str__(self): |