diff options
author | Paweł Tomulik <ptomulik@meil.pw.edu.pl> | 2018-10-22 19:26:30 (GMT) |
---|---|---|
committer | Paweł Tomulik <ptomulik@meil.pw.edu.pl> | 2018-10-22 19:26:30 (GMT) |
commit | 76ff51ee816e39f98ee26393ac530e9d44a8c9bd (patch) | |
tree | 63dcacc37a07a9d6ef37cb47370ec1a50034a639 /test/ENV.py | |
parent | acd60358a5f20a6d82dab42c00ad16a5e07e6428 (diff) | |
download | SCons-76ff51ee816e39f98ee26393ac530e9d44a8c9bd.zip SCons-76ff51ee816e39f98ee26393ac530e9d44a8c9bd.tar.gz SCons-76ff51ee816e39f98ee26393ac530e9d44a8c9bd.tar.bz2 |
use absolute python path in sheabangs
Diffstat (limited to 'test/ENV.py')
-rw-r--r-- | test/ENV.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ENV.py b/test/ENV.py index 5972175..36ad844 100644 --- a/test/ENV.py +++ b/test/ENV.py @@ -25,7 +25,6 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" import os -import sys import TestSCons _python_ = TestSCons._python_ |