diff babel/messages/tests/pofile.py @ 54:7dbcbc3f07e0 trunk

Rename the `babel.catalog` package to `babel.messages` for consistency with the other package names.
author cmlenz
date Fri, 08 Jun 2007 09:16:32 +0000
parents babel/catalog/tests/pofile.py@d484eb9a70d5
children f40fc143439c
line wrap: on
line diff
copy from babel/catalog/tests/pofile.py
copy to babel/messages/tests/pofile.py
--- a/babel/catalog/tests/pofile.py
+++ b/babel/messages/tests/pofile.py
@@ -15,7 +15,7 @@
 from StringIO import StringIO
 import unittest
 
-from babel.catalog import pofile
+from babel.messages import pofile
 
 
 class PythonFormatFlagTestCase(unittest.TestCase):
Copyright (C) 2012-2017 Edgewall Software