diff options
author | Russel Winder <russel@winder.org.uk> | 2012-10-04 10:19:22 (GMT) |
---|---|---|
committer | Russel Winder <russel@winder.org.uk> | 2012-10-04 10:19:22 (GMT) |
commit | 7a1eac5442be34eaa0068b5a01151681b4b29132 (patch) | |
tree | d2344ef5cbd7d17de8b11cb8f70c0c233b0510f1 /runtest.py | |
parent | 116470c324258201dd0e3d670b80de3ab96ed890 (diff) | |
parent | a75755810b08c4d1f6bf7e28211f4a62872b35d8 (diff) | |
download | SCons-7a1eac5442be34eaa0068b5a01151681b4b29132.zip SCons-7a1eac5442be34eaa0068b5a01151681b4b29132.tar.gz SCons-7a1eac5442be34eaa0068b5a01151681b4b29132.tar.bz2 |
Merge mainline tip.
Diffstat (limited to 'runtest.py')
-rwxr-xr-x | runtest.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -640,10 +640,6 @@ old_pythonpath = os.environ.get('PYTHONPATH') # should be able to go away. pythonpaths = [ pythonpath_dir ] -for dir in sp: - q = os.path.join(dir, 'QMTest') - pythonpaths.append(q) - # Add path of the QMTest folder to PYTHONPATH scriptpath = os.path.dirname(os.path.realpath(__file__)) pythonpaths.append(os.path.join(scriptpath, 'QMTest')) |