[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46177] trunk/blender/build_files/scons/ tools/Blender.py: Fix: recent commit setting python3. 2 command should not be applied to this file

Brecht Van Lommel brechtvanlommel at pandora.be
Wed May 2 11:03:04 CEST 2012


Revision: 46177
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46177
Author:   blendix
Date:     2012-05-02 09:03:04 +0000 (Wed, 02 May 2012)
Log Message:
-----------
Fix: recent commit setting python3.2 command should not be applied to this file
scons build scripts are still using python2.

Modified Paths:
--------------
    trunk/blender/build_files/scons/tools/Blender.py

Modified: trunk/blender/build_files/scons/tools/Blender.py
===================================================================
--- trunk/blender/build_files/scons/tools/Blender.py	2012-05-02 08:09:36 UTC (rev 46176)
+++ trunk/blender/build_files/scons/tools/Blender.py	2012-05-02 09:03:04 UTC (rev 46177)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.2
+#!/usr/bin/env python
 
 """
 tools.BlenderEnvironment




More information about the Bf-blender-cvs mailing list