Fix scons-time fix
commit93a7d1e3755da1f08431889fcdd8d004bf07b518
authorMats Wichmann <mats@linux.com>
Sat, 6 Jul 2024 14:22:20 +0000 (6 08:22 -0600)
committerMats Wichmann <mats@linux.com>
Sat, 6 Jul 2024 14:22:20 +0000 (6 08:22 -0600)
tree2a1874165f89c8a9e776550f091a2e7386ae463e
parent9fc18579b415b39cfb69e8af80551f9a5f83d2f0
Fix scons-time fix

Apparently, the weird structor of the SConsTimer class is such that
the previous fix for the "makedict" method fails on older Pythons.
Just moved the "static method" outside the class to be a top-level
function, that seems to work better.

Signed-off-by: Mats Wichmann <mats@linux.com>
CHANGES.txt
bin/scons-time.py