i.e.
<%namespace name="foo" file="func.html"/> <%def name="lala" filter="foo.bar"> etc </%def>
the "foo" namespace will not get pulled out from the Context into the local python namespace.
i.e.
<%namespace name="foo" file="func.html"/> <%def name="lala" filter="foo.bar"> etc </%def>
the "foo" namespace will not get pulled out from the Context into the local python namespace.