view chef.py @ 88:a643b14a59a3

Remove unneeded trace.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 04 Sep 2014 08:11:28 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()