bin/colout: do not hard-code python version

This commit is contained in:
Dimitri Merejkowsky 2014-04-12 16:51:27 +02:00
commit 823a6fde4c

2
bin/colout Normal file → Executable file
View file

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