File: //proc/self/root/usr/lib/python2.7/site-packages/babel/__init__.pyc
�
��Mc           @   s{   d  Z  d d l Td Z yG d d l m Z m Z y e d � j Z Wn e k
 r[ d Z n XWn e	 k
 rv 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.7/site-packages/babel/__init__.pyt   <module>   s