1 --- polib-1.2.0/tests/tests.py.orig
2 +++ polib-1.2.0/tests/tests.py
4 Test for the POFile.save_as_mofile() method.
7 - msgfmt = distutils.spawn.find_executable('msgfmt')
8 + msgfmt = distutils.spawn.find_executable('gmsgfmt')
11 return unittest.skip('msgfmt is not installed')