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