ó
œ]Nc           @   s;   d  Z  d d g Z d d l m Z m Z d d d „ Z d S(   s3   Legacy interface to the BeautifulSoup HTML parser.
t   parset   convert_treeiÿÿÿÿ(   R   R    c         C   s"   t  |  d | d | ƒ} | j ƒ  S(   Nt   beautifulsoupt   makeelement(   t   _parset   getroot(   t   fileR   R   t   root(    (    s9   /usr/lib/python2.7/dist-packages/lxml/html/ElementSoup.pyR       s    N(   t   __doc__t   __all__t
   soupparserR   R    R   t   None(    (    (    s9   /usr/lib/python2.7/dist-packages/lxml/html/ElementSoup.pyt   <module>   s   