Merge pull request #93058 from Repiteo/scons/scons_hints

SCons: Add unobtrusive type hints in SCons files
This commit is contained in:
Rémi Verschelde 2024-09-26 12:45:21 +02:00
commit a90da7e87b
No known key found for this signature in database
GPG key ID: C3336907360768E1
173 changed files with 290 additions and 6 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")