view chef.py @ 332:d8c28e496bb3

tests: Fix test.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 01 Apr 2015 00:35:04 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()