Mercurial > piecrust2
diff piecrust/commands/builtin/baking.py @ 121:300eb1c2cb14
Fix stupid bug.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 12 Nov 2014 00:30:16 +0100 |
parents | 133845647083 |
children | bc63dc20baa0 |
line wrap: on
line diff
--- a/piecrust/commands/builtin/baking.py Sun Nov 09 14:46:23 2014 -0800 +++ b/piecrust/commands/builtin/baking.py Wed Nov 12 00:30:16 2014 +0100 @@ -1,3 +1,4 @@ +import time import os.path import logging import hashlib @@ -39,6 +40,7 @@ # a web server to handle serving default documents. ctx.app.config.set('site/pretty_urls', False) + start_time = time.clock() try: # Bake the site sources. self._bakeSources(ctx)