]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Remove some unused imports.
authorPedro Algarvio <pedro@algarvio.me>
Mon, 30 Jun 2008 16:37:29 +0000 (16:37 +0000)
committerPedro Algarvio <pedro@algarvio.me>
Mon, 30 Jun 2008 16:37:29 +0000 (16:37 +0000)
babel/messages/tests/frontend.py

index 9561a5551f0cf8f8c560333c865d84c46cbb5e9b..113ff26626627e0c7a8ba07b4bbfa0d7c54cda3e 100644 (file)
@@ -13,7 +13,7 @@
 
 from datetime import datetime
 from distutils.dist import Distribution
-from distutils.errors import DistutilsOptionError, DistutilsSetupError
+from distutils.errors import DistutilsOptionError
 from distutils.log import _global_log
 import doctest
 import os
@@ -25,7 +25,7 @@ import unittest
 
 from babel import __version__ as VERSION
 from babel.dates import format_datetime
-from babel.messages import frontend, pofile
+from babel.messages import frontend
 from babel.util import LOCALTZ