enable python3 to run po/update_po.py

This commit is contained in:
Anthony Fok 2015-03-01 09:00:12 -08:00 committed by Paul Franklin
parent 542450bf6d
commit 14ccc01acb

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'