diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-22 04:36:00 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-22 04:36:00 (GMT) |
commit | a1735a51d2eb3e67a80f53dfdaae915252e55d2a (patch) | |
tree | 5a17098435b807441645172f261e5dea72fe7b25 /runtest.py | |
parent | 514955d91597edc49a05e5260caaca8db7506ab7 (diff) | |
download | SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.zip SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.gz SCons-a1735a51d2eb3e67a80f53dfdaae915252e55d2a.tar.bz2 |
Prepare for release 0.05.
Diffstat (limited to 'runtest.py')
-rw-r--r-- | runtest.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -109,7 +109,9 @@ else: os.environ['PYTHONPATH'] = lib_dir + \ os.pathsep + \ - os.path.join(cwd, 'build', 'etc') + os.path.join(cwd, 'build', 'etc') + \ + os.pathsep + \ + os.path.join(cwd, 'etc') os.chdir(scons_dir) |