Make python3 default

merge-requests/64/head
Hugo Posnic 2017-04-16 12:21:10 +02:00
parent b138e4c3b6
commit aaf9aff3e2
1 changed files with 1 additions and 1 deletions

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