view chef.py @ 671:3c4075e37dc2

cm: Also test Python 3.5 with Travis.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 04 Mar 2016 22:10:18 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()