a
    e	g@                     @   s   d Z ddlZdd ZdS )zZpreprocessing functions, used with the 'preprocessor'
argument on Template, TemplateLookup    Nc                 C   s   t dd| S )zpreprocess old style comments.

    example:

    from mako.ext.preprocessors import convert_comments
    t = Template(..., preprocessor=convert_comments)z(?<=\n)\s*#[^#]z##)resub)text r   Y/var/www/html/llm_bihealth/app/venv/lib/python3.9/site-packages/mako/ext/preprocessors.pyconvert_comments   s    r   )__doc__r   r   r   r   r   r   <module>   s   