view chef.py @ 126:e5cba2622d26

Check we don't give null values to the processing pipeline.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Nov 2014 22:46:16 +0100
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()