diff options
Diffstat (limited to 'repoze/bfg/chameleon_text.py')
| -rw-r--r-- | repoze/bfg/chameleon_text.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/repoze/bfg/chameleon_text.py b/repoze/bfg/chameleon_text.py index 525957af1..453328d9c 100644 --- a/repoze/bfg/chameleon_text.py +++ b/repoze/bfg/chameleon_text.py @@ -84,4 +84,3 @@ def render_template_to_response(path, **kw): result = renderer(**kw) response_factory = queryUtility(IResponseFactory, default=Response) return response_factory(result) - |
