-!Lc @ s( d Z d d k Z d Z d Z d S( sZ preprocessing functions, used with the 'preprocessor' argument on Template, TemplateLookupiNc C s t i d d | S( s preprocess old style comments.
example:
from mako.ext.preprocessors import convert_comments
t = Template(..., preprocessor=preprocess_comments)s (?<=\n)\s*#[^#]s ##( t ret sub( t text( ( s: /usr/lib/python2.6/site-packages/mako/ext/preprocessors.pyt convert_comments s c C s t d d S( s given a callable, extract the *args and **kwargs, and produce a preprocessor
that will parse for <%