summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Command.py b/test/Command.py
index 380c171..7189d06 100644
--- a/test/Command.py
+++ b/test/Command.py
@@ -21,7 +21,6 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-
__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
@@ -43,6 +42,7 @@ test.write('build.py', build_py)
test.write(['expand_chdir_sub', 'subbuild.py'], build_py)
test.write('SConstruct', """
+from __future__ import print_function
import os
import sys