Ñò
ž²Hc
@ s d Z d d k Td Z yI d d k l Z l Z y e d ƒ i Z Wn e j
o
d Z n XWn e j
o
d Z n Xd S( s Integrated collection of utilities that assist in internationalizing and
localizing applications.
This package is basically composed of two major parts:
* tools to build and work with ``gettext`` message catalogs
* a Python interface to the CLDR (Common Locale Data Repository), providing
access to various locale display names, localized number and date
formatting, etc.
:see: http://www.gnu.org/software/gettext/
:see: http://docs.python.org/lib/module-gettext.html
:see: http://www.unicode.org/cldr/
iÿÿÿÿ( t *s restructuredtext en( t get_distributiont ResolutionErrort BabelN(
t __doc__t
babel.coret
__docformat__t
pkg_resourcesR R t versiont __version__t Nonet ImportError( ( ( s2 /usr/lib/python2.6/site-packages/babel/__init__.pyt