move the Buildhelper.py to ./admin/scons

This commit is contained in:
Christian Thaeter 2007-07-18 00:39:53 +02:00
parent eed4d24b63
commit 815ed3a298
3 changed files with 5 additions and 0 deletions

View file

@ -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 *

2
admin/scons/DIR_INFO Normal file
View file

@ -0,0 +1,2 @@
python scripts for the scons build system