Call Python 3

This commit is contained in:
Martin Ueding 2013-04-30 16:42:36 +02:00
commit e199f38698

View file

@ -8,4 +8,4 @@
set -e
set -u
python -m colout.colout "$@"
python3 -m colout.colout "$@"