From 6626ac3d4db4429afb30e59b9f3a98cb44b6e6d8 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Wed, 13 Oct 2004 15:20:43 +0000 Subject: [PATCH] Make SCons/__init__.py, not SCons/Script/__init__.py, dependent on the version being built. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1129 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index f009c7b5..42758ad1 100644 --- a/SConstruct +++ b/SConstruct @@ -332,7 +332,7 @@ python_scons = { }, 'explicit_deps' : { - 'SCons/Script/__init__.py' : Version_values, + 'SCons/__init__.py' : Version_values, }, } -- 2.26.2