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