Mercurial > piecrust2
changeset 422:a8a12f97addf
internal: Remove unnecessary code.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 20 Jun 2015 23:54:57 -0700 |
parents | 4a43d7015b75 |
children | f4f5685019a2 |
files | piecrust/baking/worker.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/baking/worker.py Sat Jun 20 23:27:39 2015 -0700 +++ b/piecrust/baking/worker.py Sat Jun 20 23:54:57 2015 -0700 @@ -190,9 +190,6 @@ class RenderFirstSubJobHandler(JobHandler): - def __init__(self, app, ctx): - super(RenderFirstSubJobHandler, self).__init__(app, ctx) - def handleJob(self, job): # Render the segments for the first sub-page of this page. fac = job.payload.factory_info.build(self.app)