comparison babel/messages/plurals.py @ 507:b29ff192b610 stable-0.9.x

Python 2.3 compatibility: backporting r456 and r457 to 0.9 branch (see #233)
author fschwarz
date Fri, 04 Mar 2011 13:14:03 +0000
parents 6e4905cc919e
children
comparison
equal deleted inserted replaced
505:06dab6ec802c 507:b29ff192b610
11 # individuals. For the exact contribution history, see the revision 11 # individuals. For the exact contribution history, see the revision
12 # history and logs, available at http://babel.edgewall.org/log/. 12 # history and logs, available at http://babel.edgewall.org/log/.
13 13
14 """Plural form definitions.""" 14 """Plural form definitions."""
15 15
16
17 from operator import itemgetter
18 from babel.core import default_locale, Locale 16 from babel.core import default_locale, Locale
17 from babel.util import itemgetter
19 18
20 19
21 LC_CTYPE = default_locale('LC_CTYPE') 20 LC_CTYPE = default_locale('LC_CTYPE')
22 21
23 22
Copyright (C) 2012-2017 Edgewall Software