Chris McDonough
2012-02-24 f077a0de559a4df2a1efb5867a22eb33fc69407a
add warning
1 files modified
3 ■■■■ changed files
pyramid/request.py 3 ●●●● patch | view | raw | blame | history
pyramid/request.py
@@ -330,7 +330,8 @@
    @reify
    def tmpl_context(self):
        """ Template context (for Pylons apps) """
        # docs-deprecated template context for Pylons-like apps; do not
        # remove.
        return TemplateContext()
    @reify