Make python3 default

This commit is contained in:
Hugo Posnic 2017-04-16 12:21:10 +02:00
parent b138e4c3b6
commit aaf9aff3e2

View File

@ -10,4 +10,4 @@ for lang in $(ls *.po); do
msgfmt -c -o ../locale/${lang//_/-}/LC_MESSAGES/manjaro-hello.mo $lang.po
done
cd ..
python src/manjaro_hello.py
python3 src/manjaro_hello.py