* eo/src/pyeo/test/run_tests.sh: removed ambigious use of python version

This commit is contained in:
Caner Candan 2012-06-17 14:21:55 +02:00
commit 699a6c1858

View file

@ -2,6 +2,6 @@
for i in *.py
do
python $i > /dev/null
python2 $i > /dev/null
done