diff options
Diffstat (limited to 'modules/gdscript/editor/script_templates/SCsub')
-rw-r--r-- | modules/gdscript/editor/script_templates/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/editor/script_templates/SCsub b/modules/gdscript/editor/script_templates/SCsub index 5db7e3fc3b..28a27db3fa 100644 --- a/modules/gdscript/editor/script_templates/SCsub +++ b/modules/gdscript/editor/script_templates/SCsub @@ -1,4 +1,5 @@ #!/usr/bin/env python +from misc.utility.scons_hints import * Import("env") |