Mercurial > hg > genshi_view
changeset 6:6dbdee663741
respect renamed convention
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 06 Nov 2009 16:52:22 -0500 |
parents | 86df7b4dbc9c |
children | 55011632cf03 |
files | genshi_view/template/+package+/factory.py_tmpl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/genshi_view/template/+package+/factory.py_tmpl Fri Nov 06 16:50:24 2009 -0500 +++ b/genshi_view/template/+package+/factory.py_tmpl Fri Nov 06 16:52:22 2009 -0500 @@ -27,6 +27,6 @@ args = dict([(key.split(keystr, 1)[-1], value) for key, value in app_conf.items() if key.startswith(keystr) ]) - app = DispatcherView(**args) + app = Dispatcher(**args) return HTTPExceptionHandler(PassthroughFileserver(app, resource_filename(__name__, 'static')))