summaryrefslogtreecommitdiffstats
path: root/src/test_setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_setup.py')
-rw-r--r--src/test_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_setup.py b/src/test_setup.py
index 8410be3..5db21a1 100644
--- a/src/test_setup.py
+++ b/src/test_setup.py
@@ -81,7 +81,7 @@ class MyTestSCons(TestSCons.TestSCons):
]
def __init__(self):
- TestSCons.TestSCons.__init__(self)
+ super().__init__()
self.root = self.workpath('root')
self.prefix = self.root + os.path.splitdrive(sys.prefix)[1]