summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorFernando Correa Neto <fcdoth@gmail.com>2008-10-15 20:42:43 +0000
committerFernando Correa Neto <fcdoth@gmail.com>2008-10-15 20:42:43 +0000
commit3fe734a14adfdba3c5753a74574296db6f33590a (patch)
tree2e9a7c29449bc4920c1d19d4e4901b09aeea34e8 /docs/tutorials
parent56c5bb9e35af413e63051e458a39c01c7c2bdc24 (diff)
downloadpyramid-3fe734a14adfdba3c5753a74574296db6f33590a.tar.gz
pyramid-3fe734a14adfdba3c5753a74574296db6f33590a.tar.bz2
pyramid-3fe734a14adfdba3c5753a74574296db6f33590a.zip
wrong import in tutorials/cmf/catalog
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/cmf/catalog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/cmf/catalog.rst b/docs/tutorials/cmf/catalog.rst
index 76e01a2e5..f9e147473 100644
--- a/docs/tutorials/cmf/catalog.rst
+++ b/docs/tutorials/cmf/catalog.rst
@@ -25,7 +25,7 @@ Here's some code which creates an ``allowed`` index for use in a
``repoze.catalog`` catalog::
from repoze.bfg.security import principals_allowed_by_permission
- from repoze.catalog.catalog import CatalogKeywordIndex
+ from repoze.catalog.indexes.keyword import CatalogKeywordIndex
from repoze.catalog.catalog import Catalog
class Allowed: