enable python3 to run po/update_po.py

This commit is contained in:
Anthony Fok 2015-03-01 09:00:38 -08:00 committed by Paul Franklin
parent 9444cbe388
commit 92610bf486

View File

@ -66,7 +66,7 @@ if sys.platform == 'win32':
# Others OS
elif sys.platform in ['linux2', 'darwin', 'cygwin']:
elif sys.platform in ['linux', 'linux2', 'darwin', 'cygwin']:
msgmergeCmd = 'msgmerge'
msgfmtCmd = 'msgfmt'
msgattribCmd = 'msgattrib'