def test_pos(self): try: gettextutil.check_version() except gettextutil.GettextError: return gettextutil.check_po(PODIR, self.lang)
def test_pos(self): po_path = gettextutil.get_po_path(PODIR, self.lang) gettextutil.check_po(po_path)