Ë
    „+h@  ã                   ó   — d Z ddlZd„ Zy)zZpreprocessing functions, used with the 'preprocessor'
argument on Template, TemplateLookupé    Nc                 ó0   — t        j                  dd| «      S )zšpreprocess old style comments.

    example:

    from mako.ext.preprocessors import convert_comments
    t = Template(..., preprocessor=convert_comments)z(?<=\n)\s*#[^#]z##)ÚreÚsub)Útexts    úI/var/www/html/venv/lib/python3.12/site-packages/mako/ext/preprocessors.pyÚconvert_commentsr      s   € ô 6‰6Ð$ d¨DÓ1Ð1ó    )Ú__doc__r   r   © r	   r   ú<module>r      s   ðñ(ó 
ó2r	   