ó
µ”ù\c           @   s>   d  Z  d d l m Z m Z m Z m Z m Z m Z d Z d S(   s  
    babel
    ~~~~~

    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.

    :copyright: (c) 2013-2019 by the Babel Team.
    :license: BSD, see LICENSE for more details.
iÿÿÿÿ(   t   UnknownLocaleErrort   Localet   default_localet   negotiate_localet   parse_localet   get_locale_identifiers   2.7.0N(	   t   __doc__t
   babel.coreR    R   R   R   R   R   t   __version__(    (    (    s-   lib/python2.7/site-packages/babel/__init__.pyt   <module>   s   .