diff data/ST/Makefile @ 414:b0b8825296d0

Follow the PEP-0394 guidelines, migrating from python to python2.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 22 Jun 2013 23:16:03 +0200
parents 1bc0ad774ed4
children 016f6b937893
line wrap: on
line diff
--- a/data/ST/Makefile
+++ b/data/ST/Makefile
@@ -57,11 +57,11 @@ stg1enm2.anm: stg1enm2.script
 
 
 ecldata1.ecl: make_ecl.py
-	PYTHONPATH=../../ python make_ecl.py
+	PYTHONPATH=../../ python2 make_ecl.py
 
 
 stage1.std: make_stage.py
-	PYTHONPATH=../../ python make_stage.py
+	PYTHONPATH=../../ python2 make_stage.py
 
 
 msg1.dat: msg1.script