Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Selten <michel@mselten.demon.nl>2004-10-21 00:17:42 +0400
committerMichel Selten <michel@mselten.demon.nl>2004-10-21 00:17:42 +0400
commit461e07aedd0527962b49742e6ab9ac45f7c9ee61 (patch)
tree0fdd473a681653d3aab81ee6043e5f3dc4c3b509 /SConstruct
parent77d5bdfdbbdd804fbd956d13c3d334de7c8c8682 (diff)
SConstruct now looks for tools/scons/bs for the files. This used to be just
bs.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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