diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-08 12:53:40 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-08 12:53:40 +0000 |
| commit | 41aeaa3c4c22380f076c1989cfd1b52600751286 (patch) | |
| tree | d253730d5a97606a90ea31aae2c48be45151dfe8 /repoze/bfg/template.py | |
| parent | a6233800b3acbe90166a22f88a0893212ebde45e (diff) | |
| download | pyramid-41aeaa3c4c22380f076c1989cfd1b52600751286.tar.gz pyramid-41aeaa3c4c22380f076c1989cfd1b52600751286.tar.bz2 pyramid-41aeaa3c4c22380f076c1989cfd1b52600751286.zip | |
Call it TemplateView.
Diffstat (limited to 'repoze/bfg/template.py')
| -rw-r--r-- | repoze/bfg/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/template.py b/repoze/bfg/template.py index eb1dda816..e4606938f 100644 --- a/repoze/bfg/template.py +++ b/repoze/bfg/template.py @@ -26,7 +26,7 @@ class ViewPageTemplateFile(property): options=kwargs) return template -class BrowserView(object): +class TemplateView(object): classProvides(IViewFactory) implements(IView) |
