view chef.py @ 346:89cc71928f6a

tests: Remove debug output.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 15 Apr 2015 16:38:55 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()