Mercurial > piecrust2
diff piecrust/processing/sitemap.py @ 854:08e02c2a2a1a
core: Keep refactoring, this time to prepare for generator sources.
- Make a few APIs simpler.
- Content pipelines create their own jobs, so that generator sources can
keep aborting in `getContents`, but rely on their pipeline to generate
pages for baking.
| author | Ludovic Chabant <ludovic@chabant.com> |
|---|---|
| date | Sun, 04 Jun 2017 23:34:28 -0700 |
| parents | f070a4fc033c |
| children | 45ad976712ec |
line wrap: on
line diff
--- a/piecrust/processing/sitemap.py Sun May 21 00:06:59 2017 -0700 +++ b/piecrust/processing/sitemap.py Sun Jun 04 23:34:28 2017 -0700 @@ -3,7 +3,7 @@ import time import logging import yaml -from piecrust.dataproviders.page_iterator import PageIterator +from piecrust.dataproviders.pageiterator import PageIterator from piecrust.processing.base import SimpleFileProcessor
