view chef.py @ 463:aefd2714d205

cm: Use Travis CI's new infrastructure.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 11 Jul 2015 20:30:28 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()