view chef.py @ 560:64e696adb99e

tests: Fix broken test.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Aug 2015 22:44:25 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()