From d7f2590a4c2c2164bdb01ba977119ccbb6b2b09c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 9 Dec 2010 02:30:23 -0500 Subject: fix docs: pyramid.configuration -> pyramid.config --- docs/tutorials/zeo/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorials/zeo') diff --git a/docs/tutorials/zeo/index.rst b/docs/tutorials/zeo/index.rst index 229ec2ffc..b47c6c477 100644 --- a/docs/tutorials/zeo/index.rst +++ b/docs/tutorials/zeo/index.rst @@ -164,7 +164,7 @@ Configuration .. code-block:: python - from pyramid.configuration import Configurator + from pyramid.config import Configurator from repoze.zodbconn.finder import PersistentApplicationFinder from myapp.models import appmaker import transaction -- cgit v1.2.3