ó
ÄqPc           @   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   (    (    s1   /usr/lib/python2.7/dist-packages/lxml/__init__.pyt   get_include   s    
N(   R   (    (    (    s1   /usr/lib/python2.7/dist-packages/lxml/__init__.pyt   <module>   s    