From: stevenknight Date: Wed, 13 Oct 2004 15:20:43 +0000 (+0000) Subject: Make SCons/__init__.py, not SCons/Script/__init__.py, dependent on the version being... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6626ac3d4db4429afb30e59b9f3a98cb44b6e6d8;p=scons.git 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 --- 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, }, }