diff piecrust/environment.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 4850f8c21b6e
children 1857dbd4580f
line wrap: on
line diff
--- a/piecrust/environment.py	Sun May 21 00:06:59 2017 -0700
+++ b/piecrust/environment.py	Sun Jun 04 23:34:28 2017 -0700
@@ -74,7 +74,6 @@
         self.render_ctx_stack = RenderingContextStack()
         self.fs_cache_only_for_main_page = False
         self.abort_source_use = False
-        self._default_layout_extensions = None
         self._stats = ExecutionStats()
 
     @property