From: Philip Jenvey Date: Sun, 24 Jun 2007 00:28:25 +0000 (+0000) Subject: pot_file is a typo here X-Git-Tag: 1.0~472 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35693fbd483dab8f189ac6d440edbc5168810123;p=thirdparty%2Fbabel.git pot_file is a typo here --- diff --git a/babel/messages/tests/frontend.py b/babel/messages/tests/frontend.py index e882726a..4a398da4 100644 --- a/babel/messages/tests/frontend.py +++ b/babel/messages/tests/frontend.py @@ -518,7 +518,7 @@ msgstr[1] "" 'messages.pot')]) except SystemExit, e: self.assertEqual(0, e.code) - assert os.path.isfile(pot_file) + assert os.path.isfile(po_file) self.assertEqual( r"""# English (United States) translations for TestProject. # Copyright (C) 2007 FooBar, Inc.