view chef.py @ 159:232989a6df36

Add support for KeyboardInterrupt in bake process.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 31 Dec 2014 19:50:40 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()