view chef.py @ 241:85a6c7ba5e3b

tests: Fix tests for base sources.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Feb 2015 08:25:08 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()