ó
n
\c           @   s   d    Z  d S(   c          C   s   d d l  }  t d } |  j j | d  } | | g } xN |  j |  D]= } |  j j | |  } |  j j |  rG | j |  qG qG W| S(   sˇ   
    Returns a list of header include paths (for lxml itself, libxml2
    and libxslt) needed to compile C code against lxml if it was built
    with statically linked libraries.
    i˙˙˙˙Ni    t   includes(   t   ost   __path__t   patht   joint   listdirt   isdirt   append(   R   t	   lxml_patht   include_pathR    t   nameR   (    (    sB   /data/av2000/b2b/venv/lib/python2.7/site-packages/lxml/__init__.pyt   get_include   s    
N(   R   (    (    (    sB   /data/av2000/b2b/venv/lib/python2.7/site-packages/lxml/__init__.pyt   <module>   s    