view chef.py @ 563:e7fb848fd55d

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

from piecrust.main import main


if __name__ == '__main__':
    main()