diff babel/messages/tests/pofile.py @ 56:27d55a07c897

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@52dbebdd3789
children 068952b4d4c0
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