diff options
author | Alan Hourihane <alanh@vmware.com> | 2010-01-26 19:57:34 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@vmware.com> | 2010-01-26 19:57:34 +0000 |
commit | 550fc19a5f927b0a95e6aae96c64d094cffe1c36 (patch) | |
tree | 1692d2e4ef5ba2ee7dd17294aa7a2376c941934a /SConstruct | |
parent | 18bb614acf3b9bbfd8c81253a6fd2fb24800dd70 (diff) |
add missing SCons.Util
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 0770fe43e7..3a40244d88 100644 --- a/SConstruct +++ b/SConstruct @@ -23,6 +23,7 @@ import os import os.path import sys +import SCons.Util import common |