summaryrefslogtreecommitdiff
path: root/docs/narr/helloworld.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/narr/helloworld.py')
-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):