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