From a58ce000544cddb67e6404915145bf8017bbcf87 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 8 Sep 2011 15:03:38 -0400 Subject: configuration->config --- docs/narr/helloworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr/helloworld.py') 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