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