From ad929044d378715f31f67717a218554b57ff1b30 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 2 May 2012 09:03:04 +0000 Subject: Fix: recent commit setting python3.2 command should not be applied to this file scons build scripts are still using python2. --- build_files/scons/tools/Blender.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/scons') diff --git a/build_files/scons/tools/Blender.py b/build_files/scons/tools/Blender.py index eb3d4fd04b8..5a066470225 100644 --- a/build_files/scons/tools/Blender.py +++ b/build_files/scons/tools/Blender.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.2 +#!/usr/bin/env python """ tools.BlenderEnvironment -- cgit v1.2.3