summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-08 15:03:38 -0400
committerChris McDonough <chrism@plope.com>2011-09-08 15:03:38 -0400
commita58ce000544cddb67e6404915145bf8017bbcf87 (patch)
tree11e77558ee66ab0d4f4bf8215ec3169c062a9c2f /docs
parent5dbf776a124ec88cdc15ac96824d01e68d324ce1 (diff)
downloadpyramid-a58ce000544cddb67e6404915145bf8017bbcf87.tar.gz
pyramid-a58ce000544cddb67e6404915145bf8017bbcf87.tar.bz2
pyramid-a58ce000544cddb67e6404915145bf8017bbcf87.zip
configuration->config
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/helloworld.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/helloworld.py b/docs/narr/helloworld.py
index 92e16efbb..5f121d48d 100644
--- a/docs/narr/helloworld.py
+++ b/docs/narr/helloworld.py
@@ -1,5 +1,5 @@
from paste.httpserver import serve
-from pyramid.configuration import Configurator
+from pyramid.config import Configurator
from pyramid.response import Response
def hello_world(request):