summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 04:10:06 +0700
committerJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 04:10:06 +0700
commit75f8665937a7fdd91a87ac9d9038e80712ab70ce (patch)
tree6410afa974d7e467b3a888ff36e90655fe4de276 /docs
parentd4d90cbca0ba12f553e0ba47bde3df47997eae1c (diff)
downloadpyramid-75f8665937a7fdd91a87ac9d9038e80712ab70ce.tar.gz
pyramid-75f8665937a7fdd91a87ac9d9038e80712ab70ce.tar.bz2
pyramid-75f8665937a7fdd91a87ac9d9038e80712ab70ce.zip
i believe it's not needed
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/urldispatch.rst1
1 files changed, 0 insertions, 1 deletions
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')