
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>

]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(    (    s;   /usr/lib64/python2.7/site-packages/lxml/html/ElementSoup.pyR       s    N(   t   __doc__t   __all__t
   soupparserR   R    R   t   None(    (    (    s;   /usr/lib64/python2.7/site-packages/lxml/html/ElementSoup.pyt   <module>   s   