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:
authorNathan Letwory <nathan@letworyinteractive.com>2010-07-05 11:06:19 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-07-05 11:06:19 +0400
commit1c3512121357c37cf6a7b8b22e627a77c8cf02e5 (patch)
tree7dcb6a54afc05e3858532d92327db7bb24e7dc5a /tools/btools.py
parentb5043c7dd552731a15376c63927e0371b709212a (diff)
== SCons ==
Updated to comply with datafiles filepath patch. I've tried to do some changes for OSX too, but I'm not sure if they're correct, so OSX people, please test and report.
Diffstat (limited to 'tools/btools.py')
-rw-r--r--tools/btools.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/btools.py b/tools/btools.py
index a703103c59c..cb3ccd3ba03 100644
--- a/tools/btools.py
+++ b/tools/btools.py
@@ -1,4 +1,3 @@
-
import os
import os.path
import SCons.Options
@@ -16,6 +15,8 @@ import sys
Variables = SCons.Variables
BoolVariable = SCons.Variables.BoolVariable
+VERSION = '2.52' # This is used in creating the local config directories
+
def print_arguments(args, bc):
if len(args):
for k,v in args.iteritems():