changeset 522:918569a5a855

Get rid of some unused imports.
author jruigrok
date Sat, 05 Mar 2011 14:50:16 +0000
parents 36856816299a
children 81e35b223dd6
files babel/support.py
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/babel/support.py
+++ b/babel/support.py
@@ -17,16 +17,16 @@
 .. note: the code in this module is not used by Babel itself
 """
 
-from datetime import date, datetime, time, timedelta
+from datetime import date, datetime, timedelta
 import gettext
 import locale
 
 from babel.core import Locale
 from babel.dates import format_date, format_datetime, format_time, \
-                        format_timedelta, LC_TIME
+                        format_timedelta
 from babel.numbers import format_number, format_decimal, format_currency, \
-                          format_percent, format_scientific, LC_NUMERIC
-from babel.util import set, UTC
+                          format_percent, format_scientific
+from babel.util import UTC
 
 __all__ = ['Format', 'LazyProxy', 'Translations']
 __docformat__ = 'restructuredtext en'
Copyright (C) 2012-2017 Edgewall Software