From 815ed3a298a202a2bf0262f6eeefe4c56fbd26d1 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Wed, 18 Jul 2007 00:39:53 +0200 Subject: [PATCH] move the Buildhelper.py to ./admin/scons --- SConstruct | 3 +++ Buildhelper.py => admin/scons/Buildhelper.py | 0 admin/scons/DIR_INFO | 2 ++ 3 files changed, 5 insertions(+) rename Buildhelper.py => admin/scons/Buildhelper.py (100%) create mode 100644 admin/scons/DIR_INFO diff --git a/SConstruct b/SConstruct index f5447b317..1f17fd343 100644 --- a/SConstruct +++ b/SConstruct @@ -21,6 +21,9 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ##################################################################### +import sys +sys.path.append("./admin/scons") + import os from Buildhelper import * diff --git a/Buildhelper.py b/admin/scons/Buildhelper.py similarity index 100% rename from Buildhelper.py rename to admin/scons/Buildhelper.py diff --git a/admin/scons/DIR_INFO b/admin/scons/DIR_INFO new file mode 100644 index 000000000..6284a366e --- /dev/null +++ b/admin/scons/DIR_INFO @@ -0,0 +1,2 @@ +python scripts for the scons build system +