File: //lib64/python3.9/site-packages/lxml/__pycache__/__init__.cpython-39.pyc
a
    ��a?  �                   @   s   d Z dd� ZdS )z4.6.5c                  C   s^   ddl } td }| j�|d�}||g}| �|�D ](}| j�||�}| j�|�r0|�|� q0|S )z�
    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.
    �    N�includes)�os�__path__�path�join�listdir�isdir�append)r   Z	lxml_pathZinclude_pathr   �namer   � r   �3/usr/lib64/python3.9/site-packages/lxml/__init__.py�get_include   s    r
   N)�__version__r
   r   r   r   r   �<module>   s