summaryrefslogtreecommitdiff
path: root/docs/narr/MyProject/myproject/resources.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-05 00:12:38 -0500
committerChris McDonough <chrism@plope.com>2011-12-05 00:12:38 -0500
commit8fe02156794c2cac0cbc6961332f9d8bebc1cb90 (patch)
treeba536c4442a2d97eded4717ae7828c2dc8c7d611 /docs/narr/MyProject/myproject/resources.py
parent5d462f0c660f939c773862b0fab81728c9ba62c7 (diff)
downloadpyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.tar.gz
pyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.tar.bz2
pyramid-8fe02156794c2cac0cbc6961332f9d8bebc1cb90.zip
the starter scaffold now uses url dispatch; add a minimal section about using another WSGI server; random docs fixes
Diffstat (limited to 'docs/narr/MyProject/myproject/resources.py')
-rw-r--r--docs/narr/MyProject/myproject/resources.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/narr/MyProject/myproject/resources.py b/docs/narr/MyProject/myproject/resources.py
deleted file mode 100644
index 3d811895c..000000000
--- a/docs/narr/MyProject/myproject/resources.py
+++ /dev/null
@@ -1,3 +0,0 @@
-class Root(object):
- def __init__(self, request):
- self.request = request