From ba9b0e647bff1bf0c437ab204ddf11783ed698f8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 1 May 2009 10:26:57 +0000 Subject: Merge "c-free" branch to trunk. --- docs/tutorials/lxmlgraph/step02/myapp/views.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 docs/tutorials/lxmlgraph/step02/myapp/views.py (limited to 'docs/tutorials/lxmlgraph/step02/myapp/views.py') diff --git a/docs/tutorials/lxmlgraph/step02/myapp/views.py b/docs/tutorials/lxmlgraph/step02/myapp/views.py deleted file mode 100644 index 75e390efb..000000000 --- a/docs/tutorials/lxmlgraph/step02/myapp/views.py +++ /dev/null @@ -1,8 +0,0 @@ -from webob import Response - -def my_view(context, request): - response = Response('Hello to %s from %s @ %s' % ( - context.tag, - context.__name__, - request.environ['PATH_INFO'])) - return response -- cgit v1.2.3