diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-24 20:54:31 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-24 20:54:31 +0000 |
| commit | 14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b (patch) | |
| tree | f13ea41afada16606877568b3fc3bd4fac5e2176 /docs/tutorials/lxmlgraph/step02/myapp/views.py | |
| parent | e8a2f4a540f6a8ec0947c19f319d2e5235e8cdf8 (diff) | |
| download | pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.tar.gz pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.tar.bz2 pyramid-14c8095fd1f088dbfd27a450c9da6b0e0b4d9a6b.zip | |
Steps 1 & 2 appear sane.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step02/myapp/views.py')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step02/myapp/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/lxmlgraph/step02/myapp/views.py b/docs/tutorials/lxmlgraph/step02/myapp/views.py index 205b4b163..75e390efb 100644 --- a/docs/tutorials/lxmlgraph/step02/myapp/views.py +++ b/docs/tutorials/lxmlgraph/step02/myapp/views.py @@ -1,6 +1,6 @@ from webob import Response -def my_hello_view(context, request): +def my_view(context, request): response = Response('Hello to %s from %s @ %s' % ( context.tag, context.__name__, |
