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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 13:03:04 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-02 13:03:04 +0400
commitad929044d378715f31f67717a218554b57ff1b30 (patch)
tree58e359f1e90213b73312d8a273dce0468f5b5ef6 /build_files
parent01b3deb680f7e3b34adaad5b5a888e7bd44cfaa4 (diff)
Fix: recent commit setting python3.2 command should not be applied to this file
scons build scripts are still using python2.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/scons/tools/Blender.py2
1 files changed, 1 insertions, 1 deletions
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