view chef.py @ 786:97c1dc568810

tests: Fix crash when reporting 404 errors during server tests.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 01 Sep 2016 22:58:31 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()