view chef.py @ 97:00a9b24ca944

Add `--log-debug` option.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Sep 2014 23:49:09 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()