view chef.py @ 137:67a1c082d89d

Fixed outdate information in error messages' footer.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 15:31:26 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()