From 461e07aedd0527962b49742e6ab9ac45f7c9ee61 Mon Sep 17 00:00:00 2001 From: Michel Selten Date: Wed, 20 Oct 2004 20:17:42 +0000 Subject: [PATCH] SConstruct now looks for tools/scons/bs for the files. This used to be just bs. --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index a97b1c6fe8b..5ee5c4a1086 100644 --- a/SConstruct +++ b/SConstruct @@ -5,7 +5,7 @@ import time import sys from distutils import sysconfig import SCons.Script -from bs import * +from tools.scons.bs import * bs_globals.arguments = ARGUMENTS