??
You're inside public_html, but wp-admin or wp-content was not found.
Savvy
W
olf -
MANAGER
Edit File: lists.pyc
� 4\0Xc @ s5 d Z d d l m Z m Z e � Z e d � Z d S( sT babel.lists ~~~~~~~~~~~ Locale dependent formatting of lists. The default locale for the functions in this module is determined by the following environment variables, in that order: * ``LC_ALL``, and * ``LANG`` :copyright: (c) 2015 by the Babel Team. :license: BSD, see LICENSE for more details. i����( t Localet default_localec C s� t j | � } | s d St | � d k r3 | d St | � d k rY | j d j | � S| j d j | d | d � } x. | d d !D] } | j d j | | � } q� W| j d j | | d � } | S( sE Format the items in `lst` as a list. >>> format_list(['apples', 'oranges', 'pears'], 'en') u'apples, oranges, and pears' >>> format_list(['apples', 'oranges', 'pears'], 'zh') u'apples\u3001oranges\u548cpears' :param lst: a sequence of items to format in to a list :param locale: the locale t i i i t 2t starti����t middlet end( R t parset lent list_patternst format( t lstt localet resultt elem( ( s/ /usr/lib/python2.7/site-packages/babel/lists.pyt format_list s !N( t __doc__t babel.coreR R t DEFAULT_LOCALER ( ( ( s/ /usr/lib/python2.7/site-packages/babel/lists.pyt <module> s