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