From a3b2b7437d52bd5b0d72ac6616b601e8a3a2d659 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 8 Sep 2011 10:58:15 -0500 Subject: p.configuration was deprecated --- docs/narr/helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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): -- cgit v1.2.3