view chef.py @ 98:5959a117a943

Exit with the proper code.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 08 Sep 2014 00:04:29 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()