From 75f8665937a7fdd91a87ac9d9038e80712ab70ce Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 04:10:06 +0700 Subject: i believe it's not needed --- docs/narr/urldispatch.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 5cc366a4e..5823abb04 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -108,7 +108,6 @@ rather than an actual callable: # "config" below is presumed to be an instance of the # pyramid.config.Configurator class; "myview" is assumed # to be a "view callable" function - from myproject.views import myview config.add_route('myroute', '/prefix/{one}/{two}', view='myproject.views.myview') -- cgit v1.2.3